diff options
author | Nick White <git@njw.name> | 2020-07-27 16:15:25 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-27 16:15:25 +0100 |
commit | 0df4ccf4bc5c5d80cd0963048897b66390e2de66 (patch) | |
tree | d9727658f495a6c04ba3b7d0436eacfcdfc13dc7 /README | |
parent | d2dc3604b0764a40ba8e59e71a9690c857207d80 (diff) |
Add mailsettings to pipeline
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 |