From d11a62e5168560db31816e0c51adca73ce6770fd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 20 Sep 2018 10:28:31 +0300 Subject: Add: hosts.* for ick stuff I'm changing the CD pipeline to use these so that all workers can be updated automatically. --- hosts.ci-prep | 1 + hosts.ci-prod | 1 + hosts.ci-prod-workers | 1 + hosts.demo | 1 + hosts.demo-workers | 2 ++ 5 files changed, 6 insertions(+) create mode 100644 hosts.ci-prep create mode 100644 hosts.ci-prod create mode 100644 hosts.ci-prod-workers create mode 100644 hosts.demo create mode 100644 hosts.demo-workers 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 -- cgit v1.2.1