gitea: backup and restore based on tags

This commit is contained in:
2023-02-03 15:40:59 -06:00
parent 06548bf135
commit bea9cb3592
9 changed files with 161 additions and 49 deletions

View File

@@ -15,9 +15,15 @@
- fail2ban
- goaccess
- htop
- sqlite3
- zsh # :D
- python3-certbot-nginx
- name: Grab package facts
package_facts:
manager: auto
tags: always
- name: Setup zsh
user:
name: "{{ ansible_user }}"