My adventure with Ansible.
Go to file
2019-04-06 12:18:44 -07:00
playbook/linux Update InstallDocker.yml 2019-04-06 12:18:44 -07:00
.gitignore PowerShell can be installed on Linux 2019-04-06 11:28:01 -07:00
hosts PowerShell can be installed on Linux 2019-04-06 11:28:01 -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