From cef3d1120dc9e6c760dc066577921ba72fe3f4f9 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 6 Jul 2022 15:16:44 +0200 Subject: [PATCH] added ansible --- mint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mint.sh b/mint.sh index 2b8c02d..efff6fb 100644 --- a/mint.sh +++ b/mint.sh @@ -2,6 +2,9 @@ apt-get update apt-get -y dist-upgrade -apt-get -y install ansible git +apt-get -y install python3-pip git + +pip install ansible git clone https://gitea.ds9.dedyn.io/olli/debian.ansible.basics.git +ansible-playbook --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 debian.ansible.basics/basics.yml