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