Compare commits
3 commits
087a8619cf
...
b9861ccc8e
Author | SHA1 | Date | |
---|---|---|---|
b9861ccc8e | |||
0f86386d6e | |||
a31ed367dd |
4 changed files with 10 additions and 1 deletions
|
@ -2,3 +2,4 @@
|
||||||
- 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:
|
||||||
kvm3.bitlair.nl:
|
kvm4.bitlair.nl:
|
||||||
debian:
|
debian:
|
||||||
children:
|
children:
|
||||||
bank:
|
bank:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# 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
Normal file
7
www.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- hosts: wiki
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
|
- common-bitlair
|
||||||
|
- acme
|
||||||
|
- www
|
Loading…
Add table
Reference in a new issue