My adventure with Ansible.
Go to file
James Tombleson 6f4ecfcb37 update inventory template
Added a commented out line to define where python can be found on the device.
2019-04-17 11:46:45 -07:00
playbook Moved scripts out of the root 2019-04-17 08:59:24 -07:00
scripts Moved scripts out of the root 2019-04-17 08:59:24 -07:00
.gitignore windows updates can be parsed 2019-04-08 08:21:28 -07:00
ansible.cfg Create ansible.cfg 2019-04-07 11:45:03 -07:00
hosts.template update inventory template 2019-04-17 11:46:45 -07:00
README.md update inventory template 2019-04-17 11:46:45 -07:00

Ansible

This repo contains my configuration and setup for my ansible use. Use at your own risk.

Installers

New hosts

Linux

wget https://github.com/luther38/Ansible/blob/master/scripts/installAnsible.sh
chmod 777 installAnsible.sh
./installOpenSSH.sh

Windows


Review the installAnsible.sh for quick setup.

Make sure you run the commands out of this folder so things work as desired.

Configuration

I have a basic configuration file in place at the root of this folder for anisble to find.

Inventory

I have a template file in place that should only be used as a refrence. Make a copy of that file and name it hosts then update that file.

Testing Inventory

Testing Linux devices

ansible linux -i hosts -m ping

Testing Windows devices

ansible windows -i hosts -m win_ping