Add vars include to linroom, winroom

This commit is contained in:
Gašper Fele-Žorž 2024-08-24 14:56:10 +02:00
parent 6f6643a0e5
commit 7bc7891837
11 changed files with 46 additions and 6 deletions

View file

@ -3,8 +3,12 @@
become: true
vars:
ansible_port: 1001
ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
# ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
# ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
ansible_connection: 'ssh'
vars_files:
- vars/credentials.yml
- vars/software_keys.yml
roles:
- all_classes
# - all_classes
- fri_base