ansible_windows_desktop_setup/site.yml

23 lines
726 B
YAML
Raw Permalink 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-02-27 15:18:58 +01:00
- {role: l3d.choco, tags: choco}
2024-01-14 21:26:44 +01:00
- {role: win_activating, tags: zeroconf}
- {role: hostname, tags: hostname}
- {role: l3d.icmp, tags: ping}
2024-01-14 21:24:12 +01:00
- {role: win_zeroconf, tags: zeroconf}
- {role: powerplan, tags: powerplan}
- {role: l3d.sshd, tags: ssh}
- {role: l3d.time, tags: time}
- {role: l3d.rdp, tags: rdp}
2024-02-27 15:22:25 +01:00
# - {role: win_gopass, tags: gopass}
2024-02-27 00:01:45 +01:00
- {role: l3d.wireguard, tags: wireguard}
- {role: roles/l3d.win_exporter, tags: monitoring}