update inventory template
Added a commented out line to define where python can be found on the device.
This commit is contained in:
parent
c071feab12
commit
6f4ecfcb37
20
README.md
20
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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user