diff options
| author | Nick White <git@njw.name> | 2019-01-05 02:05:00 +0000 | 
|---|---|---|
| committer | Nick White <git@njw.name> | 2019-01-05 02:05:00 +0000 | 
| commit | 80b29c4f8024a323fd1cd718fe7313c0e4d305e5 (patch) | |
| tree | fa701307ba64bf933bd2d8cfb54a562f4fb8c852 /host_vars/devami | |
| parent | 6e4d1eb45e7ef933b804d8ab76ac1e37ba4fb076 (diff) | |
Add tesstrainer group, and rename devami host
Diffstat (limited to 'host_vars/devami')
| -rw-r--r-- | host_vars/devami | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/host_vars/devami b/host_vars/devami new file mode 100644 index 0000000..430bc65 --- /dev/null +++ b/host_vars/devami @@ -0,0 +1,6 @@ +--- +ansible_host: ec2-3-8-40-197.eu-west-2.compute.amazonaws.com +ansible_user: ec2-user +ansible_ssh_private_key_file: ~/rescribe/2018-naturalphilosophy/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 | 
