fix dingen op chat.bitlair.nl
This commit is contained in:
parent
9cbd01f4bc
commit
e4c0e19613
4 changed files with 39 additions and 16 deletions
|
@ -5,7 +5,6 @@
|
|||
- gpg
|
||||
- apt-transport-https
|
||||
- build-essential
|
||||
- authbind
|
||||
|
||||
- name: Import nodesource signing key
|
||||
ansible.builtin.shell:
|
||||
|
@ -79,15 +78,7 @@
|
|||
system: yes
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
- name: Give thelounge access to port 113 via authbind
|
||||
file:
|
||||
path: /etc/authbind/byport/113
|
||||
owner: thelounge
|
||||
group: thelounge
|
||||
mode: 0500
|
||||
state: touch
|
||||
|
||||
|
||||
- name: Ensure JS and JSON syntax checking packages are installed
|
||||
yarn:
|
||||
name: "{{ item }}"
|
||||
|
@ -118,7 +109,7 @@
|
|||
|
||||
- name: Ensure user configuration directory is present
|
||||
file:
|
||||
path: /etc/thelounge/users
|
||||
path: /var/local/thelounge/users
|
||||
owner: thelounge
|
||||
group: thelounge
|
||||
state: directory
|
||||
|
@ -126,7 +117,7 @@
|
|||
|
||||
- name: Ensure preview storage directory is present
|
||||
file:
|
||||
path: /etc/thelounge/storage
|
||||
path: /var/local/thelounge/storage
|
||||
owner: thelounge
|
||||
group: thelounge
|
||||
mode: "0770"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue