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

Fix example playbook

parent 74140bbe
No related branches found
No related tags found
No related merge requests found
...@@ -39,11 +39,9 @@ The following role is used by Le Filament for deploying Traefik : docker_server ...@@ -39,11 +39,9 @@ The following role is used by Le Filament for deploying Traefik : docker_server
Example Playbook Example Playbook
---------------- ----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers - hosts: servers
roles: roles:
- { role: username.rolename, x: 42 } - { role: docker_auth }
vars: vars:
- { sso_url: "auth.example.org" } - { sso_url: "auth.example.org" }
- { ldap_url: "ldap.example.org" } - { ldap_url: "ldap.example.org" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment