summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-09-02 14:49:45 +0100
committerNick White <git@njw.name>2019-09-02 14:49:45 +0100
commit70f690947215f1870b19b5daf5f356340306be7b (patch)
tree8d1179135f195ea06d7031b588febc87ec0da5a0
parent91eb136a5cc68e0f69621eb939d92f5eb743f3f7 (diff)
Add pipelineami host, and correct location of key for devami host
-rw-r--r--host_vars/devami2
-rw-r--r--host_vars/pipelineami6
-rw-r--r--hosts7
3 files changed, 14 insertions, 1 deletions
diff --git a/host_vars/devami b/host_vars/devami
index 430bc65..4c51f68 100644
--- a/host_vars/devami
+++ b/host_vars/devami
@@ -1,6 +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
+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
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
diff --git a/hosts b/hosts
index 2272d18..0b141c2 100644
--- a/hosts
+++ b/hosts
@@ -1,5 +1,9 @@
[servers]
devami
+pipelineami
+
+[tesseractors]
+pipelineami
[tesstrainers]
devami
@@ -9,3 +13,6 @@ devami
[preprocessors]
devami
+
+[pipeliners]
+pipelineami