ansible/playbooks/systemd_link.yml

17 lines
192 B
YAML
Raw Normal View History

2023-03-27 13:09:58 +02:00
#!/usr/bin/env ansible-playbook
---
- hosts:
- infra
- dns
- ntp
- prometheus
- radius
- edge
- dhcp
- ldap
- isp
- vpn
2023-03-27 13:09:58 +02:00
roles:
- systemd_link
...