Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.88 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.88 KB

Examples

A small collection of sample files has been included to help get you started.

Inventory Examples

Simple and complex inventory files have been included. There are many ways besides YAML files to pass inventory information to Ansible, see Ansible documentation for further information.

preflight Role Example

The preflight role example shows use of the preflight role in an Ansbile playbook. The variables most likely to be overriden have been included in this playbook for your convenience even though many are still set to their default values.

software Role Example

The software role example shows use of the software role in an Ansbile playbook. The variables most likely to be overriden have been included in this playbook for your convenience even though many are still set to their default values.

join Role Example

The join role example shows use of the join role in an Ansbile playbook. The variables most likely to be overriden have been included in this playbook for your convenience even though many are still set to their default values.

sudoers Role Example

The sudoers role example shows use of the sudoers role in an Ansbile playbook. The variables most likely to be overriden have been included in this playbook for your convenience even though many are still set to their default values.

sudo_policy_for_unix_host Role Example

The sudo_policy_for_unix_host role example shows use of the sudo_policy_for_unix_host role in an Ansbile playbook. The variables most likely to be overriden have been included in this playbook for your convenience even though many are still set to their default values.