Initial commit

This commit is contained in:
Tips-Of-Mine
2025-08-19 19:35:19 +02:00
commit ba7e4f9152
5 changed files with 371 additions and 0 deletions

11
install-ansible.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
# Pour docker et le plugin compose pour docker sur un Debian
# Add Docker's official GPG key:
apt-get update
apt-get install software-properties-common
add-apt-repository --yes --update ppa:ansible/ansible
apt install ansible