127.0.0.1 to hostname
This commit is contained in:
parent
6bba9a4d59
commit
5ecf3d0eeb
2
mint.sh
2
mint.sh
@ -7,6 +7,6 @@ apt-get -y install python3-pip git
|
|||||||
pip install ansible
|
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
|
ansible-playbook --connection=local --inventory $(hostname), --limit $(hostname) debian.ansible.basics/basics.yml
|
||||||
|
|
||||||
rm -rf debian.ansible.basics
|
rm -rf debian.ansible.basics
|
||||||
|
Loading…
Reference in New Issue
Block a user