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.
31 lines
486 B
31 lines
486 B
--- |
|
- hosts: lxd_host |
|
tags: container_install |
|
roles: [lxd_host] |
|
|
|
- hosts: haproxy |
|
tags: containers, haproxy |
|
roles: [haproxy] |
|
|
|
- hosts: |
|
- dokuwiki |
|
- freshrss |
|
tags: containers, php_base |
|
roles: [php_base] |
|
|
|
- hosts: freshrss |
|
tags: containers, freshrss |
|
roles: [freshrss] |
|
|
|
- hosts: dokuwiki |
|
tags: containers, dokuwiki |
|
roles: [dokuwiki] |
|
|
|
- hosts: gallery |
|
tags: containers, gallery |
|
roles: [gallery] |
|
|
|
- hosts: gitweb |
|
tags: containers, gitweb |
|
roles: [gitweb] |
|
|
|
|