mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 16:10:27 -05:00
6 lines
67 B
YAML
6 lines
67 B
YAML
|
|
- hosts: all
|
||
|
|
gather_facts: yes
|
||
|
|
become: yes
|
||
|
|
roles:
|
||
|
|
- base
|