7 lines
163 B
YAML
7 lines
163 B
YAML
- hosts: localhost
|
|
become: true
|
|
roles:
|
|
- { role: ../roles/ansible_user }
|
|
- { role: ../roles/grundsoftware }
|
|
- { role: ../roles/dns-registrierung }
|