summaryrefslogtreecommitdiff
path: root/dan
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 /dan
parentremove spreadspace k8s-test cluster (diff)
refactor all install roles ans playbooks to work with new variable install_hostname
Diffstat (limited to 'dan')
-rw-r--r--dan/cloud-install.yml2
-rw-r--r--dan/info-beamer.yml2
-rw-r--r--dan/usb-install.yml2
-rw-r--r--dan/vm-install.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/dan/cloud-install.yml b/dan/cloud-install.yml
index 9b5bbee9..167cf458 100644
--- a/dan/cloud-install.yml
+++ b/dan/cloud-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/dan/info-beamer.yml b/dan/info-beamer.yml
index 272a2783..6160e9f2 100644
--- a/dan/info-beamer.yml
+++ b/dan/info-beamer.yml
@@ -1,6 +1,6 @@
---
- name: configure info-beamer
- hosts: "{{ hostname }}"
+ hosts: "{{ infobeamer_hostname }}"
connection: local
gather_facts: no
diff --git a/dan/usb-install.yml b/dan/usb-install.yml
index b7a1c8be..ab455ff7 100644
--- a/dan/usb-install.yml
+++ b/dan/usb-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
diff --git a/dan/vm-install.yml b/dan/vm-install.yml
index 99d1558d..405e14db 100644
--- a/dan/vm-install.yml
+++ b/dan/vm-install.yml
@@ -1,6 +1,6 @@
---
- name: setup variables
- hosts: "{{ hostname }}"
+ hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact: