update inventory template

Added a commented out line to define where python can be found on the device.
This commit is contained in:
James Tombleson 2019-04-17 11:46:45 -07:00
parent c071feab12
commit 6f4ecfcb37
2 changed files with 21 additions and 0 deletions

View File

@ -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.

View File

@ -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