ansible_windows_desktop_setup/site.yml

13 lines
331 B
YAML
Raw Normal View History

2024-01-14 21:24:12 +01:00
---
- name: Check if ansible is not to old
hosts: localhost
roles:
- {role: l3d.ansible_version, tags: [default, version, default, always], gather_facts: false}
- name: Deploy windows users and basic config
hosts: desktop
roles:
2024-01-14 21:26:44 +01:00
- {role: win_activating, tags: zeroconf}
2024-01-14 21:24:12 +01:00
- {role: win_zeroconf, tags: zeroconf}