summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-07-27 16:15:25 +0100
committerNick White <git@njw.name>2020-07-27 16:15:25 +0100
commit0df4ccf4bc5c5d80cd0963048897b66390e2de66 (patch)
treed9727658f495a6c04ba3b7d0436eacfcdfc13dc7 /README
parentd2dc3604b0764a40ba8e59e71a9690c857207d80 (diff)
Add mailsettings to pipeline
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