update sources.list for Debain 13

This commit is contained in:
Grégory Lebreton 2025-07-25 11:46:32 +02:00
parent db8e1d15f5
commit 7cfe0cfd0e
3 changed files with 55 additions and 35 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
files/id_ed25519.pub

View File

@ -2,9 +2,38 @@
Projet qui vise à automatiser l'installation et la configuration d'une machine serveur du garage sous Linux Debian.
## INFOS
## PAQUETS / TASKS
Ce playbook installe les services suivant:
- Tasks:
- apt_update.yml
- basic_install.yml
- create_workspace.yml
- nginx.yml
- docker.yml
- certbot.yml
- clamav
- fail2ban.yml
- ufw.yml
- ssh.yml
- Dépendances:
- rsyslog
- wget
- curl
- git
- vim
- htop
- btop
- net-tools
- unzip
- gnupg
- lsb-release
- ca-certificates
- software-properties-common
- apt-transport-https
- bash-completion
- Services:
- git
- nginx
- docker
@ -46,7 +75,12 @@ ansible-playbook -i hosts playbook.yml --user=username --extra-vars "ansible_sud
```
> ssh_port changera le port de connection ssh de la machine cible
## DOCUMENTATION
- [Ansible](https://docs.ansible.com/ansible/latest/index.html)
- [Debian](https://wiki.debian.org/fr/SystemAdministration)
## TO DO
- [ ] update sources.list
- [ ] update sources.list for Debian 13
- [ ] test

View File

@ -1,39 +1,24 @@
#### MAIN
#### TRIXIE BASIC SOURCES.LIST ####
## MAIN-1
## MAIN
deb http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware contrib non-free
deb https://deb.debian.org/debian trixie main contrib non-free-firmware non-free
deb-src https://deb.debian.org/debian trixie main contrib non-free-firmware non-free
## UPDATES
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware contrib non-free
deb https://deb.debian.org/debian trixie-updates main contrib non-free-firmware non-free
deb-src https://deb.debian.org/debian trixie-updates main contrib non-free-firmware non-free
## SECURITY
deb http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
deb https://security.debian.org/debian-security trixie-security main contrib non-free-firmware non-free
deb-src https://security.debian.org/debian-security trixie-security main contrib non-free-firmware non-free
## BACKPORTS
deb http://deb.debian.org/debian/ bookworm-backports main non-free-firmware contrib non-free
deb-src http://deb.debian.org/debian bookworm-backports main non-free-firmware contrib non-free
deb https://deb.debian.org/debian trixie-backports main contrib non-free-firmware non-free
deb-src https://deb.debian.org/debian trixie-backports main contrib non-free-firmware non-free
#### UNSTABLE
# deb http://deb.debian.org/debian/ unstable main non-free-firmware contrib non-free
#### EXPERIMENTAL
#deb http://deb.debian.org/debian/ experimental main non-free-firmware contrib non-free
#### TESTING
## TESTING-MAIN
# deb http://deb.debian.org/debian/ testing main non-free-firmware contrib non-free
## TESTING-SECURITY
# deb http://security.debian.org/debian-security testing-security main non-free-firmware contrib non-free
# deb http://security.debian.org/ testing-security main non-free-firmware contrib non-free