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