ansible-homelab/setup.yml
2023-06-01 12:02:20 -05:00

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']}