added devzat chat jail

This commit is contained in:
2024-12-12 18:47:43 +01:00
parent 4048b8fd92
commit c7b89345bf
11 changed files with 79 additions and 40 deletions

View File

@@ -4,6 +4,10 @@
state: present
name: "{{ packages }}"
- name: Create program symlinks
shell: "ln -sf /usr/local/bin/{{ item.program }} /usr/local/bin/{{ item.link }}"
loop: "{{ versions }}"
# FIXME: remove the symlink in the next release snapshot
- name: Remove old home sym link
shell: |
@@ -90,6 +94,14 @@
group: wheel
mode: '0644'
- name: Install /etc/hosts file
copy:
src: hosts
dest: /etc/hosts
owner: root
group: wheel
mode: '0644'
- name: Install jlogin
copy:
src: jlogin