FINI ansible playbooks
- homes - setup sysadmin home directories and common files
- app_iperf - install iperf
- app_ocs-inventory - installs OCS::Inventory
- app_smokeping - install smokeping
- app_nagios-server - install nagios server
- sys_apache - install apache httpd
app_*
roles are for things that consume a port (usually 80)sys_*
roles are for things underlying services that either do not consume a port or generally are expected to function in the background and not comsume an entire machine.meta_*
roles are helpful in ansible for gathering information, but don't install software- this repo does not fully conform to this standard yet (TODO)
- see TODO for future plans