summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a030589..bf36167 100644
--- a/README
+++ b/README
@@ -14,10 +14,10 @@ To create a fresh pipeliner image:
aws ec2 run-instances --image-id <imageid> --instance-type t2.micro --security-groups launch-wizard-1 --key-name awsdev2 --iam-instance-profile Name=pipeliner
- Get public IP address of the instance once it is running:
- lspipeline
+ lspipeline -nobooks
- Update the ansible_host variable with the public IP of the new instance:
- rescribe/2018/ansible/host_vars/pipelineami
+ host_vars/pipelineami
- Run ansible:
ansible-playbook -i hosts pipeliner.yml