8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b84be commit 54358e3Copy full SHA for 54358e3
ansible/hosts.ini
@@ -1,2 +1,2 @@
1
[webservers]
2
-188.121.117.210 ansible_ssh_host=188.121.117.210 ansible_ssh_port=22 ansible_ssh_user=root ansible_ssh_private_key_file=/home/maximilianedison/.ssh/id_rsa
+<IP_OF_YOUR_SERVER> ansible_ssh_host=<IP_OF_YOUR_SERVER> ansible_ssh_port=<SSH_PORT_NUMBER> ansible_ssh_user=root ansible_ssh_private_key_file=<PATH_TO_PRIVATE_SSH_KEY>
0 commit comments