You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
403 B
29 lines
403 B
--- |
|
- hosts: lxd_host |
|
tags: lxd_host |
|
roles: |
|
- lxd_host |
|
|
|
#- hosts: haproxy |
|
# roles: |
|
# - 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
|
|
|