Compare commits
3 commits
c447f230db
...
10121bc3ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10121bc3ff | ||
|
|
a48f6f5404 | ||
|
|
b20f7f5e3b |
2 changed files with 634 additions and 615 deletions
1239
inventory-fvs.yml
1239
inventory-fvs.yml
File diff suppressed because it is too large
Load diff
|
|
@ -210,6 +210,16 @@
|
||||||
- misc_updater_repository | default(false) is truthy
|
- misc_updater_repository | default(false) is truthy
|
||||||
- misc_updater_autostart | default(false) is truthy
|
- misc_updater_autostart | default(false) is truthy
|
||||||
|
|
||||||
|
- name: Deploy inventory password file
|
||||||
|
ansible.builtin.copy:
|
||||||
|
dest: /root/.inventory-pw
|
||||||
|
owner: root
|
||||||
|
mode: '0640'
|
||||||
|
content: "{{ misc_updater_inventory_password }}"
|
||||||
|
when:
|
||||||
|
- misc_updater_repository | default(false) is truthy
|
||||||
|
- misc_updater_inventory_password | default(false) is truthy
|
||||||
|
|
||||||
# Prepare CloneScreen on Presenter PCs
|
# Prepare CloneScreen on Presenter PCs
|
||||||
|
|
||||||
- name: Fix primary screen for class room PCs with projector
|
- name: Fix primary screen for class room PCs with projector
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue