-
Notifications
You must be signed in to change notification settings - Fork 74
ansible
S1kk1S 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 |
Examples of playbooks can be found in this repo.
The (user management extension)[https://github.com/Sikkis/overlord-extensions/blob/master/user-management/README.md] creates two users with sudo privileges, uploads their public keys and enables terminal logging for bash and tmux sessions.