ansible-homelab/setup.yml

6 lines
207 B
YAML
Raw Normal View History

2023-06-01 19:02:20 +02:00
- 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']}