15 lines
208 B
YAML
15 lines
208 B
YAML
---
|
|
# OAuth2 Proxy
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/oauth2proxy.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- lsa.oauth2proxy
|