From 9902e9521c63614460285d79789eaace52763c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Fri, 11 Jun 2021 14:54:18 +0200 Subject: [PATCH] Add example playbook --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 937fd1b..94c4f52 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 ------- -- GitLab