Compare commits

..

No commits in common. "b9861ccc8e20309f25304fd42f72d09b82729dfc" and "087a8619cf0ffe83044f51ba1c6a728f931217ec" have entirely different histories.

4 changed files with 1 additions and 10 deletions

View file

@ -2,4 +2,3 @@
- hosts: debian - hosts: debian
roles: roles:
- common - common
- common-bitlair

View file

@ -5,7 +5,7 @@ all:
bank-pi.bitlair.nl: bank-pi.bitlair.nl:
kvm: kvm:
hosts: hosts:
kvm4.bitlair.nl: kvm3.bitlair.nl:
debian: debian:
children: children:
bank: bank:

View file

@ -1,6 +1,5 @@
# Managed by Ansible # Managed by Ansible
{% for name in root_access %} {% for name in root_access %}
# {{ name }}
{{ lookup('file', 'authorized_keys/'+name+'.keys') }} {{ lookup('file', 'authorized_keys/'+name+'.keys') }}
{% endfor %} {% endfor %}

View file

@ -1,7 +0,0 @@
---
- hosts: wiki
roles:
- common
- common-bitlair
- acme
- www