diff options
author | Nick White <git@njw.name> | 2019-10-22 11:43:09 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-22 11:43:09 +0100 |
commit | 1a6d3cda451b97acf59f79de6b11fbdd22b6ef1f (patch) | |
tree | 483137867caeb9a04a3460bf042586f42c1239ad /host_vars | |
parent | 1b063fad174ec5f9d5d80683d2500802ea6afb7d (diff) |
Remove unused roles, reorganise to better reflect the current state of affairs
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/devami | 6 | ||||
-rw-r--r-- | host_vars/pipelineami | 2 | ||||
-rw-r--r-- | host_vars/trainerami | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/host_vars/devami b/host_vars/devami deleted file mode 100644 index 4c51f68..0000000 --- a/host_vars/devami +++ /dev/null @@ -1,6 +0,0 @@ ---- -ansible_host: ec2-3-8-40-197.eu-west-2.compute.amazonaws.com -ansible_user: ec2-user -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 diff --git a/host_vars/pipelineami b/host_vars/pipelineami index f6d4f47..cccc2aa 100644 --- a/host_vars/pipelineami +++ b/host_vars/pipelineami @@ -2,5 +2,3 @@ ansible_host: 35.177.176.126 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 diff --git a/host_vars/trainerami b/host_vars/trainerami new file mode 100644 index 0000000..ac67032 --- /dev/null +++ b/host_vars/trainerami @@ -0,0 +1,4 @@ +--- +ansible_host: ec2-3-8-40-197.eu-west-2.compute.amazonaws.com +ansible_user: ec2-user +ansible_ssh_private_key_file: ~/rescribe/2018-natphil/aws/awsdev2.pem |