From 0df4ccf4bc5c5d80cd0963048897b66390e2de66 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 27 Jul 2020 16:15:25 +0100 Subject: Add mailsettings to pipeline --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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 --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 -- cgit v1.2.1-24-ge1ad