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