127.0.0.1 to hostname
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user