From 0945b4dc038e8f1ba80b0d6d560af73f192d7f3d Mon Sep 17 00:00:00 2001 From: fossilfranv Date: Wed, 5 Jan 2022 21:30:56 +0100 Subject: [PATCH] added instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3ba53b9..892d1f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # setup_new_server_ansible +Call from my machine with: + +ansible-playbook playbook.yml --extra-vars "ansible_sudo_pass=xxxxx" --extra-vars "ansible_port=1010" + +(ansible_port is only necessary if sshd has been restarted on target server) + + + +Remember that the target server IP is written in /etc/ansible/hosts + +The vars files is under it's own subdir vars/default.yml. \ No newline at end of file