Compare commits
No commits in common. "b9861ccc8e20309f25304fd42f72d09b82729dfc" and "087a8619cf0ffe83044f51ba1c6a728f931217ec" have entirely different histories.
b9861ccc8e
...
087a8619cf
4 changed files with 1 additions and 10 deletions
|
@ -2,4 +2,3 @@
|
||||||
- hosts: debian
|
- hosts: debian
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- common-bitlair
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
7
www.yaml
7
www.yaml
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
- hosts: wiki
|
|
||||||
roles:
|
|
||||||
- common
|
|
||||||
- common-bitlair
|
|
||||||
- acme
|
|
||||||
- www
|
|
Loading…
Add table
Reference in a new issue