Pass secrets to homeassistant playbook
This commit is contained in:
parent
5a4a6de8be
commit
5832a12084
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- "{{ ansible_private }}/vars.yml"
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Mount /export
|
- name: Mount /export
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue