diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |