summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-20 10:28:31 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-20 10:28:31 +0300
commitd11a62e5168560db31816e0c51adca73ce6770fd (patch)
tree6091a802b6c296bf21186a3cb720151f365870d3
parent24eb270aa4ad1bbbd5818ed6b05db613a857a9ca (diff)
downloadick2-ansible-d11a62e5168560db31816e0c51adca73ce6770fd.tar.gz
Add: hosts.* for ick stuff
I'm changing the CD pipeline to use these so that all workers can be updated automatically.
-rw-r--r--hosts.ci-prep1
-rw-r--r--hosts.ci-prod1
-rw-r--r--hosts.ci-prod-workers1
-rw-r--r--hosts.demo1
-rw-r--r--hosts.demo-workers2
5 files changed, 6 insertions, 0 deletions
diff --git a/hosts.ci-prep b/hosts.ci-prep
new file mode 100644
index 0000000..4a6a4f1
--- /dev/null
+++ b/hosts.ci-prep
@@ -0,0 +1 @@
+ick ansible_ssh_host=ci-prep-ick.vm.liw.fi
diff --git a/hosts.ci-prod b/hosts.ci-prod
new file mode 100644
index 0000000..c8c8c4b
--- /dev/null
+++ b/hosts.ci-prod
@@ -0,0 +1 @@
+controller ansible_ssh_host=ci-prod-controller.vm.liw.fi
diff --git a/hosts.ci-prod-workers b/hosts.ci-prod-workers
new file mode 100644
index 0000000..04f6763
--- /dev/null
+++ b/hosts.ci-prod-workers
@@ -0,0 +1 @@
+worker1 ansible_ssh_host=ci-prod-workers-worker1.vm.liw.fi
diff --git a/hosts.demo b/hosts.demo
new file mode 100644
index 0000000..c972f63
--- /dev/null
+++ b/hosts.demo
@@ -0,0 +1 @@
+controller ansible_ssh_host=demo-controller.vm.liw.fi
diff --git a/hosts.demo-workers b/hosts.demo-workers
new file mode 100644
index 0000000..df6fb6a
--- /dev/null
+++ b/hosts.demo-workers
@@ -0,0 +1,2 @@
+worker1 ansible_ssh_host=demo-workers-worker1.vm.liw.fi
+worker2 ansible_ssh_host=demo-workers-worker2.vm.liw.fi