Compare commits
2 Commits
a7e3c25f2d
...
d02454dd9f
Author | SHA1 | Date | |
---|---|---|---|
d02454dd9f | |||
4bc537131b |
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
user: testuser
|
home_directory: "{{ lookup('env','HOME') }}"
|
||||||
home_directory: /home/{{ user }}
|
|
||||||
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
|
plank_dock_launcher_path: "{{ home_directory }}/.config/plank/dock1/launchers"
|
||||||
autostart_path: "{{ home_directory }}/.config/autostart"
|
autostart_path: "{{ home_directory }}/.config/autostart"
|
||||||
lightdm_path: /etc/lightdm
|
lightdm_path: /etc/lightdm
|
||||||
|
@ -9,7 +8,7 @@ terminal_config_path: "{{ home_directory }}/.config/xfce4/terminal"
|
||||||
# Add-ons
|
# Add-ons
|
||||||
|
|
||||||
enable_picom: true
|
enable_picom: true
|
||||||
enable_ulauncher: false
|
enable_ulauncher: true
|
||||||
enable_conky: true
|
enable_conky: true
|
||||||
enable_lightdm: false # because not working
|
enable_lightdm: false # because not working
|
||||||
enable_comice_control: true
|
enable_comice_control: true
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Apply role-one to all nodes
|
- name: Apply role-one to all nodes
|
||||||
hosts: all
|
hosts: localhost
|
||||||
remote_user: testuser
|
|
||||||
roles:
|
roles:
|
||||||
- role-one
|
- role-one
|
||||||
|
|
Loading…
Reference in New Issue
Block a user