mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 16:43:09 +01:00
6 lines
207 B
YAML
6 lines
207 B
YAML
- name: Setup homelab LXC containers
|
|
hosts: homelab
|
|
roles:
|
|
# Tag each role so that we can select individual roles to run with ansible-playbook --tags
|
|
- {role: debian-mail, tags: ['debian-mail']}
|