Skip to content
Snippets Groups Projects
Commit 9902e952 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Add example playbook

parent a416e842
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,15 @@ Including an example of how to use your role (for instance, with variables passe
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
vars:
- { sso_url: "auth.example.org" }
- { ldap_url: "ldap.example.org" }
- { ldap_org: "Example" }
- { ldap_domain: "example.org" }
- { ldap_base_dn: "dc=example,dc=org" }
- { ldap_admin_pass: "AdminPasswordToBeModified" }
- { ldap_config_pass: "ConfigPasswordToBeModified" }
- { ldap_readonly_pass: "ReadOnlyPasswordToBeModified" }
License
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment