From 70f690947215f1870b19b5daf5f356340306be7b Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 2 Sep 2019 14:49:45 +0100 Subject: Add pipelineami host, and correct location of key for devami host --- host_vars/pipelineami | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 host_vars/pipelineami (limited to 'host_vars/pipelineami') diff --git a/host_vars/pipelineami b/host_vars/pipelineami new file mode 100644 index 0000000..3f64923 --- /dev/null +++ b/host_vars/pipelineami @@ -0,0 +1,6 @@ +--- +ansible_host: ec2-35-177-215-142.eu-west-2.compute.amazonaws.com +ansible_user: admin +ansible_ssh_private_key_file: ~/rescribe/2018-natphil/aws/awsdev2.pem +# note: may need to set control_path in ~/.ansible.cfg as described at +# https://stackoverflow.com/questions/35970686/ansible-ssh-error-unix-listener-too-long-for-unix-domain-socket -- cgit v1.2.1-24-ge1ad