summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-04-23 01:24:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-04-23 01:24:38 +0200
commit17077868e615fa7115abdb03a5af4662ab0a3679 (patch)
tree22cb752792c3410bcfe8ce856b9746cad1ccf8d3 /chaos-at-home
parentremove spreadspace k8s-test cluster (diff)
refactor all install roles ans playbooks to work with new variable install_hostname
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/cloud-install.yml2
-rw-r--r--chaos-at-home/usb-install.yml2
-rw-r--r--chaos-at-home/vm-install.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/cloud-install.yml b/chaos-at-home/cloud-install.yml
index 9b5bbee9..167cf458 100644
--- a/chaos-at-home/cloud-install.yml
+++ b/chaos-at-home/cloud-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/chaos-at-home/usb-install.yml b/chaos-at-home/usb-install.yml
index b7a1c8be..ab455ff7 100644
--- a/chaos-at-home/usb-install.yml
+++ b/chaos-at-home/usb-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/chaos-at-home/vm-install.yml b/chaos-at-home/vm-install.yml
index 99d1558d..405e14db 100644
--- a/chaos-at-home/vm-install.yml
+++ b/chaos-at-home/vm-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact: