mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Minimal i3 setup
This commit is contained in:
@@ -1 +1,14 @@
|
||||
# enable runit services
|
||||
---
|
||||
- name: Enable base runit services
|
||||
ansible.builtin.file:
|
||||
src: "/etc/sv/{{ item }}"
|
||||
dest: "/var/service/{{ item }}"
|
||||
state: link
|
||||
loop: "{{ enabled_services | default([]) }}"
|
||||
|
||||
- name: Enable host runit services
|
||||
ansible.builtin.file:
|
||||
src: "/etc/sv/{{ item }}"
|
||||
dest: "/var/service/{{ item }}"
|
||||
state: link
|
||||
loop: "{{ host_enabled_services | default([]) }}"
|
||||
|
||||
Reference in New Issue
Block a user