diff --git a/README.md b/README.md index 937fd1b99bf26735dd87df61171756a0108f3c56..94c4f528402975dcef9505d01b9be4e31cb3b959 100644 --- a/README.md +++ b/README.md @@ -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 -------