Add vars include to linroom, winroom
This commit is contained in:
parent
6f6643a0e5
commit
7bc7891837
11 changed files with 46 additions and 6 deletions
10
linsetup.yml
10
linsetup.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue