Install Envoy Proxy.
- requirements.yml
---
- name: envoyproxy
src: fabiocruzcoelho.envoyproxy
ansible-galaxy install -r requirements.yml
Available variables are along with default values see: defaults/main.yml
---
- name: Lint it
hosts: all
gather_facts: yes
become: yes
tasks:
- name: Install Envoy Proxy
include_role:
name: envoyproxy
Dependence
git clone https://gitlab.com/estudosdevops/ansible/roles/envoyproxy.git
make test
👤 Fabio Coelho
- Twitter: @fcruzcoelho
- Github: @fabiocruzcoelho
- LinkedIn: @fcruzcoelho
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Fabio Coelho.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator