Initial commit

This commit is contained in:
Tips-Of-Mine
2025-02-10 19:13:14 +01:00
commit 6335c8b085
5 changed files with 371 additions and 0 deletions
+11
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