ansible-homelab/setup.yml

8 lines
301 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
2023-06-10 23:52:27 +02:00
- {role: update, tags: ['update']}
- {role: debian-archive, tags: ['debian-archive']}
2023-06-04 16:17:58 +02:00
- {role: debian-serv, tags: ['debian-serv']}