Skip to content

levinuss/ansible-roles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-roles

Various Ansible roles.

GoAccess

Limitation: the role currently only supports Debian/Ubuntu systems.

OAuth2 Proxy

https://oauth2-proxy.github.io/oauth2-proxy/

The OAuth2 Proxy role is written to install/support multiple instances of OAuth2 Proxy. It can be used as follows:

# playbook.yml
---
- hosts: ...
  roles:
    - ...
    - role: oauth-proxy
      oauthproxy_name: example-one
      oauthproxy_config: "{{ playbook_dir }}/files/www.example.com/oauth2-proxy-example-one.cfg"
    - role: oauth-proxy
      oauthproxy_name: example-two
      oauthproxy_config: "{{ playbook_dir }}/files/www.example.com/oauth2-proxy-example-two.cfg"
  vars:
    ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published