ansible/playbooks/systemd_link.yml
2024-01-28 19:30:51 +01:00

19 lines
224 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- infra
- dns
- ntp
- prometheus
- radius
- edge
- dhcp
- ldap
- isp
- vpn
- vm_test
- vm_services
roles:
- systemd_link
...