diff --git a/ansible/base.yaml b/ansible/base.yaml new file mode 100644 index 0000000..9093cdb --- /dev/null +++ b/ansible/base.yaml @@ -0,0 +1,5 @@ +- hosts: all + gather_facts: yes + become: yes + roles: + - base