diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-04-23 04:59:13 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-04-23 04:59:13 +0200 |
commit | 9d9d4fdc70ec0ac276f3795f5ccea39d6b94b995 (patch) | |
tree | 72ebbbbb00cfea15039663a765c8372a8b3c04e9 /dan/emc-xx.yml | |
parent | refactor all install roles ans playbooks to work with new variable install_ho... (diff) |
further cleanup host bootstraping
Diffstat (limited to 'dan/emc-xx.yml')
-rw-r--r-- | dan/emc-xx.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dan/emc-xx.yml b/dan/emc-xx.yml index 7b80f76e..eb9586ac 100644 --- a/dan/emc-xx.yml +++ b/dan/emc-xx.yml @@ -1,6 +1,6 @@ --- - name: Basic Setup - hosts: emc-xx + hosts: "{{ install_hostname }}" roles: - role: base - role: sshd |