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