Skip to content

ansible

Unknown edited this page Jun 17, 2020 · 4 revisions

Runs an ansible playbook on a specific resource.

Overlord identifies all the playbooks from the overlord/redbaron/data/playbooks directory and autoloads them when it runs.

Variable Required Description
id N/A Module ID Autogenerated
hosts Yes Hosts to run the playbook
playbook Yes Playbook to be used

Playbook Examples

Examples of playbooks can be found in this repo.

The user management extension creates two users with sudo privileges, uploads their public keys and enables terminal logging for bash and tmux sessions.