mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add backup strategy
This commit is contained in:
parent
1fb5c50757
commit
ed0166db29
16 changed files with 374 additions and 9 deletions
57
automatisation/ansible/server_tk_softwares.yml
Normal file
57
automatisation/ansible/server_tk_softwares.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue