Files
ansible-pull/playbooks/bootstrap.yml

6 lines
120 B
YAML

- hosts: localhost
become: true
roles:
- { role: ../roles/ansible_user }
- { role: ../roles/grundsoftware }