From 6f4ecfcb3793f28cb53265a691df466fd4b39976 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Wed, 17 Apr 2019 11:46:45 -0700 Subject: [PATCH] update inventory template Added a commented out line to define where python can be found on the device. --- README.md | 20 ++++++++++++++++++++ hosts.template | 1 + 2 files changed, 21 insertions(+) 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