ansible/playbooks/systemd_link.yml
2023-11-07 04:11:28 +01:00

16 lines
192 B
YAML
Executable file

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