Go to file
2022-01-05 21:30:56 +01:00
default.yml first commit 2022-01-05 21:29:33 +01:00
playbook.yml first commit 2022-01-05 21:28:22 +01:00
README.md added instructions 2022-01-05 21:30:56 +01:00

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.