This commit is contained in:
Kekskurse 2023-08-06 22:11:57 +02:00
parent 269001c8e4
commit 7377f4632a
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,8 @@
- unp
- ufw
- net-tools
- unzip
- btop
- name: Create swap file
command: dd if=/dev/zero of={{ swapfile_path }} bs=1M count={{ swapfile_size }}

View File

@ -6,7 +6,6 @@
forgejo: 1.20.2-0
domain: git2.keks.cloud
sslmail: admin@keks.cloud
mariadbpassword: "FBnA!wiEJ!W&GTy@!Tf3$aV&WLvPD628GM%9&JUtssr3hr"
handlers:
- name: Restart forgejo
ansible.builtin.service:
@ -145,7 +144,7 @@
src: forgejo.service
dest: /etc/systemd/system/forgejo.service
- name: NGINX Template forgejo.service
- name: Template forgejo.service
ansible.builtin.template:
src: app.ini
dest: /etc/forgejo/app.ini