1 changed files with 23 additions and 10 deletions
@ -1,16 +1,29 @@
|
||||
--- |
||||
- hosts: lxd_host |
||||
tags: lxd_host |
||||
roles: |
||||
- lxd_host |
||||
|
||||
#- hosts: containers |
||||
#- hosts: haproxy |
||||
# roles: |
||||
# - webserver |
||||
# |
||||
#- hosts: freshrss |
||||
# roles: |
||||
# - freshrss |
||||
# |
||||
#- hosts: dokuwiki |
||||
# roles: |
||||
# - dokuwiki |
||||
# - haproxy |
||||
|
||||
# TODO: break out container init into container_default role? |
||||
|
||||
- hosts: |
||||
- dokuwiki |
||||
- freshrss |
||||
- gitweb |
||||
tags: containers |
||||
roles: |
||||
- webserver |
||||
|
||||
- hosts: freshrss |
||||
tags: [containers, freshrss] |
||||
roles: |
||||
- freshrss |
||||
|
||||
- hosts: dokuwiki |
||||
tags: containers |
||||
roles: |
||||
- dokuwiki |
||||
|
||||
Loading…
Reference in new issue