Ansible-IaC/local.yml

7 lines
No EOL
110 B
YAML

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