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
404 B
29 lines
404 B
--- |
|
- hosts: lxd_host |
|
tags: lxd_host |
|
roles: |
|
- lxd_host |
|
|
|
- hosts: haproxy |
|
tags: containers, haproxy |
|
roles: |
|
- haproxy |
|
|
|
- hosts: |
|
# TODO: fix dokuwiki role |
|
#- dokuwiki |
|
- freshrss |
|
- gitweb |
|
tags: containers |
|
roles: |
|
- webserver |
|
|
|
- hosts: freshrss |
|
tags: containers, freshrss |
|
roles: |
|
- freshrss |
|
|
|
- hosts: dokuwiki |
|
tags: containers, dokuwiki |
|
roles: |
|
- dokuwiki
|
|
|