added ansible
This commit is contained in:
parent
f4b480dc3d
commit
cef3d1120d
5
mint.sh
5
mint.sh
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y dist-upgrade
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user