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.
42 lines
683 B
42 lines
683 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] |
|
|
|
- hosts: gitea |
|
tags: containers, gitea |
|
roles: [gitea] |
|
|
|
- hosts: file-host |
|
tags: containers, file-host |
|
roles: [file-host] |
|
|
|
- hosts: homepage |
|
tags: containers, homepage |
|
roles: [homepage]
|
|
|