My adventure with Ansible.
Go to file
James Tombleson 7efd075257 Create configssh.sh
Helper file to configure ssh on a new computer.
2019-04-15 13:50:12 -07:00
playbook Packages can be installed on windows 2019-04-08 08:39:18 -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
configssh.sh Create configssh.sh 2019-04-15 13:50:12 -07:00
hosts.template Updatred the hosts file and starting windows testing 2019-04-07 11:37:31 -07:00
installAnsible.sh added a small shell file to setup ansible on osx 2019-04-07 14:27:08 -07:00
README.md Update README.md 2019-04-08 08:54:28 -07:00

Ansible

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