diff --git a/README.md b/README.md index dd119f8..97dc597 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # Ansible +This repo contains my configuration and setup for my ansible use. Use at your own risk. + +## Installers + +### New hosts + +#### Linux + +```bash +wget https://github.com/luther38/Ansible/blob/master/scripts/installAnsible.sh +chmod 777 installAnsible.sh +./installOpenSSH.sh +``` + +#### Windows + +```powershell + +``` + Review the installAnsible.sh for quick setup. Make sure you run the commands out of this folder so things work as desired. diff --git a/hosts.template b/hosts.template index 567e261..a826df0 100644 --- a/hosts.template +++ b/hosts.template @@ -7,6 +7,7 @@ ansible_connection=ssh ansible_password= ansible_become_method=sudo ansible_become_pass= +#ansible_python_interpreter=/usr/bin/python3 [windows] 192.168.0.2