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
74
automatisation/ansible/tk_softwares.yml
Normal file
74
automatisation/ansible/tk_softwares.yml
Normal file
|
@ -0,0 +1,74 @@
|
|||
- 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 for desktop is installed
|
||||
apt:
|
||||
state: present
|
||||
name:
|
||||
- arp-scan
|
||||
- audacity
|
||||
- automysqlbackup
|
||||
# - autopostgresqlbackup
|
||||
- baobab
|
||||
- borgbackup
|
||||
# - btop
|
||||
- certbot
|
||||
- curl
|
||||
- docker
|
||||
- docker-compose
|
||||
- dolphin
|
||||
- etckeeper
|
||||
- fail2ban
|
||||
- gajim
|
||||
- geeqie
|
||||
- gimp
|
||||
- git
|
||||
- gnupg
|
||||
- gpa
|
||||
- grsync
|
||||
- htop
|
||||
- jq
|
||||
- kdenlive
|
||||
- keepassxc
|
||||
- klavaro
|
||||
- konsole
|
||||
- krita
|
||||
- krita-l10n
|
||||
- meld
|
||||
- nano
|
||||
- ncdu
|
||||
- nginx
|
||||
- npm
|
||||
- pandoc
|
||||
- rbenv
|
||||
- php
|
||||
- php
|
||||
- php-curl
|
||||
# - php-dom
|
||||
- php-fpm
|
||||
- php-mysql
|
||||
- php-xml
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- restic
|
||||
- rsync
|
||||
- smartmontools
|
||||
- snapd
|
||||
- terminator
|
||||
- testdisk
|
||||
- texlive-full
|
||||
- thunar
|
||||
- tig
|
||||
- transmission
|
||||
- ufw
|
||||
- unattended-upgrades
|
||||
# - veracrypt
|
||||
- vrms
|
||||
- vlc
|
||||
- zsh
|
Loading…
Add table
Add a link
Reference in a new issue