ansible/playbooks/systemd_link.yml

7 lines
86 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- hosts:
- vm
roles:
- systemd_link
...