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.
27 lines
436 B
27 lines
436 B
--- |
|
- hosts: lxd_host |
|
tags: container_install |
|
roles: [lxd_host] |
|
|
|
- hosts: haproxy |
|
tags: containers, haproxy |
|
roles: [haproxy] |
|
|
|
- hosts: |
|
- dokuwiki |
|
- freshrss |
|
- gitweb |
|
tags: containers, webserver |
|
roles: [webserver] |
|
|
|
- hosts: freshrss |
|
tags: containers, freshrss |
|
roles: [freshrss] |
|
|
|
- hosts: dokuwiki |
|
tags: containers, dokuwiki |
|
roles: [dokuwiki] |
|
|
|
- hosts: gallery |
|
tags: containers, gallery |
|
roles: [flask]
|
|
|