My adventure with Ansible.
Go to file
James Tombleson 2293051d22 Updatred the hosts file and starting windows testing
ignoring hosts as sensitive data will be stored in it.  Copy hosts.template to hosts and update the file for local use.
2019-04-07 11:37:31 -07:00
playbook Updatred the hosts file and starting windows testing 2019-04-07 11:37:31 -07:00
.gitignore Updatred the hosts file and starting windows testing 2019-04-07 11:37:31 -07:00
hosts docker was installed 2019-04-06 16:59:58 -07:00
hosts.template Updatred the hosts file and starting windows testing 2019-04-07 11:37:31 -07:00
README.md PowerShell can be installed on Linux 2019-04-06 11:28:01 -07:00

Ansible

First things first, install ansible

sudo apt-get install ansible

Configuration

doc

The configuration file Changes can be made and used in a configuration file which will be searched for in the following order:

ANSIBLE_CONFIG (environment variable if set) ansible.cfg (in the current directory) ~/.ansible.cfg (in the home directory) /etc/ansible/ansible.cfg

Inventory

The default location for inventory should be placed in /etc/ansible/hosts. But you can always overwrite what inventory file is used with the -i flag

Cheat Sheet

Quick notes for ansible via cmd

ansible -i \inb