diff --git a/common.yaml b/common.yaml index 755110a..2f2247e 100644 --- a/common.yaml +++ b/common.yaml @@ -2,4 +2,3 @@ - hosts: debian roles: - common - - common-bitlair diff --git a/hosts.yaml b/hosts.yaml index c481f7d..0dfe49b 100644 --- a/hosts.yaml +++ b/hosts.yaml @@ -5,7 +5,7 @@ all: bank-pi.bitlair.nl: kvm: hosts: - kvm4.bitlair.nl: + kvm3.bitlair.nl: debian: children: bank: diff --git a/roles/common-bitlair/templates/authorized_keys.j2 b/roles/common-bitlair/templates/authorized_keys.j2 index 182dc36..f310024 100644 --- a/roles/common-bitlair/templates/authorized_keys.j2 +++ b/roles/common-bitlair/templates/authorized_keys.j2 @@ -1,6 +1,5 @@ # Managed by Ansible {% for name in root_access %} -# {{ name }} {{ lookup('file', 'authorized_keys/'+name+'.keys') }} {% endfor %} diff --git a/www.yaml b/www.yaml deleted file mode 100644 index 4ee6399..0000000 --- a/www.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- hosts: wiki - roles: - - common - - common-bitlair - - acme - - www