vm-ansible/ansiblefuckery.yaml

7 lines
76 B
YAML
Raw Normal View History

2022-04-16 23:37:46 +02:00
---
- name: "Add ansible stuff"
hosts: all
roles:
- ansibleuser
...