add backup strategy

This commit is contained in:
Tykayn 2023-08-15 22:35:32 +02:00 committed by tykayn
parent 1fb5c50757
commit ed0166db29
16 changed files with 374 additions and 9 deletions

View file

@ -0,0 +1,57 @@
- name: installer des programmes utiles avec apt
hosts: localhost
become: yes
become_user: root
vars:
server_name: localhost
tasks:
- name: ensure latest version of main tools is installed on a headless computer
apt:
state: present
name:
- arp-scan
- borgbackup
- curl
- docker
- docker-compose
- etckeeper
- git
- gnupg
- jq
- meld
- nano
- ncdu
- nginx
- restic
- npm
- pandoc
- php
- python3
- python3-pip
- tig
- zsh
# - veracrypt
- testdisk
- texlive
- rbenv
- htop
# - btop
- python3-pip
- python3-setuptools
- autopostgresqlbackup
- automysqlbackup
- certbot
- smartmontools
- fail2ban
- snapd
- unattended-upgrades
- php
- php-fpm
- php-xml
- php-mysql
- rsync
- php-dom
- php-curl
- vrms
- syncthing
- sshfs