fabaccess-cb/ansible/setup.yaml
2023-10-04 09:40:42 +02:00

7 lines
105 B
YAML

---
- name: Setup all hosts with common behaviour
hosts: all
roles:
- common
tags:
- common