Add vrnp service
Check / Lint Ansible Files (push) Has been cancelled

This commit is contained in:
2024-08-03 00:47:40 +02:00
parent e0a0ddc624
commit dc5f3fda2e
4 changed files with 34 additions and 5 deletions
+9 -5
View File
@@ -17,9 +17,6 @@
- name: gitea
uid: 42001
state: present
- name: score
uid: 42003
state: present
- name: factorio
uid: 845
state: present
@@ -33,6 +30,9 @@
- name: bsa
uid: 42002
state: absent
- name: score
uid: 42003
state: absent
# All services that are behind Caddy need to be in this network
- name: Create Caddy network
become: true
@@ -68,6 +68,8 @@
state: present
- name: gitea
state: present
- name: vrnp
state: present
- name: Create directory for docker volumes
become: true
ansible.builtin.file:
@@ -96,11 +98,11 @@
owner: factorio
group: factorio
mode: u=rwx,g=,o=
- name: Create score data folder
- name: Delete score data folder
become: true
ansible.builtin.file:
path: /var/lib/pbri/docker/score
state: directory
state: absent
owner: score
group: score
mode: u=rwx,g=,o=
@@ -146,6 +148,8 @@
state: present
- name: utoy
state: present
- name: vrnp
state: present
# Keep these to ensure they're down
- name: factorio