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
|
||||
roles:
|
||||
- common
|
||||
- common-bitlair
|
||||
|
|
|
@ -5,7 +5,7 @@ all:
|
|||
bank-pi.bitlair.nl:
|
||||
kvm:
|
||||
hosts:
|
||||
kvm3.bitlair.nl:
|
||||
kvm4.bitlair.nl:
|
||||
debian:
|
||||
children:
|
||||
bank:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Managed by Ansible
|
||||
|
||||
{% for name in root_access %}
|
||||
# {{ name }}
|
||||
{{ lookup('file', 'authorized_keys/'+name+'.keys') }}
|
||||
{% 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