@@ -0,0 +1 @@ | |||||
--- |
@@ -11,23 +11,6 @@ | |||||
state: directory | state: directory | ||||
with_items: "{{ eralitex_profiles }}" | with_items: "{{ eralitex_profiles }}" | ||||
- name: i3 config | |||||
template: | |||||
src: i3.config.j2 | |||||
dest: "{{eralitex_directory}}/{{item}}/i3.config" | |||||
with_items: "{{ eralitex_profiles }}" | |||||
- name: check i3 config | |||||
command: i3 -c {{eralitex_directory}}/{{item}}/i3.config -C | |||||
with_items: "{{ eralitex_profiles }}" | |||||
changed_when: false | |||||
- name: i3blocks config | |||||
template: | |||||
src: i3blocks.config.j2 | |||||
dest: "{{eralitex_directory}}/{{item}}/i3blocks.config" | |||||
with_items: "{{ eralitex_profiles }}" | |||||
- name: xsession scripts | - name: xsession scripts | ||||
template: | template: | ||||
src: xsession.sh.j2 | src: xsession.sh.j2 | ||||
@@ -84,7 +67,6 @@ | |||||
src: "{{eralitex_profile}}" | src: "{{eralitex_profile}}" | ||||
state: link | state: link | ||||
- name: background image directory | - name: background image directory | ||||
file: | file: | ||||
path: "{{eralitex_directory}}/backgrounds" | path: "{{eralitex_directory}}/backgrounds" | ||||
@@ -0,0 +1,18 @@ | |||||
--- | |||||
- name: i3 config | |||||
template: | |||||
src: i3.config.j2 | |||||
dest: "{{eralitex_directory}}/{{item}}/i3.config" | |||||
with_items: "{{ eralitex_profiles }}" | |||||
- name: check i3 config | |||||
command: i3 -c {{eralitex_directory}}/{{item}}/i3.config -C | |||||
with_items: "{{ eralitex_profiles }}" | |||||
changed_when: false | |||||
- name: i3blocks config | |||||
template: | |||||
src: i3blocks.config.j2 | |||||
dest: "{{eralitex_directory}}/{{item}}/i3blocks.config" | |||||
with_items: "{{ eralitex_profiles }}" |
@@ -1,5 +1,7 @@ | |||||
--- | --- | ||||
- import_tasks: clean.yaml | |||||
- import_tasks: structure.yaml | - import_tasks: structure.yaml | ||||
- import_tasks: ssh.yaml | - import_tasks: ssh.yaml | ||||
- import_tasks: vnc.yaml | - import_tasks: vnc.yaml | ||||
@@ -9,6 +11,8 @@ | |||||
- import_tasks: points.yaml | - import_tasks: points.yaml | ||||
- import_tasks: i3.yaml | |||||
when: home_desktop | |||||
- import_tasks: eralitex.yaml | - import_tasks: eralitex.yaml | ||||
when: home_desktop | when: home_desktop | ||||
- import_tasks: x11.yaml | - import_tasks: x11.yaml | ||||