Ansible-IaC/local.yml

7 lines
No EOL
104 B
YAML

- hosts: all
connection: local
vars_files:
- 'vars/vault.yml'
become: true
roles:
- base