Add redshift play, add redshift group to inventory
This commit is contained in:
parent
08e94d0bd5
commit
48ef2075fa
@ -12,3 +12,7 @@ gnupg:
|
|||||||
hosts:
|
hosts:
|
||||||
xenon:
|
xenon:
|
||||||
|
|
||||||
|
redshift:
|
||||||
|
hosts:
|
||||||
|
xenon:
|
||||||
|
|
||||||
|
7
redshift.yml
Normal file
7
redshift.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- name: Sets up redshift and creates an autostart file
|
||||||
|
hosts: redshift
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- redshift
|
@ -5,7 +5,6 @@
|
|||||||
name: redshift
|
name: redshift
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
- name: Ensure .config folder for redshift exists
|
- name: Ensure .config folder for redshift exists
|
||||||
file:
|
file:
|
||||||
path: ~/.config/redshift
|
path: ~/.config/redshift
|
||||||
@ -19,5 +18,5 @@
|
|||||||
- name: Template redshift autostart file
|
- name: Template redshift autostart file
|
||||||
template:
|
template:
|
||||||
src: redshift-gtk.desktop.j2
|
src: redshift-gtk.desktop.j2
|
||||||
dest: redshift-gtk.desktop
|
dest: ~/.config/autotstart/redshift-gtk.desktop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user