Skip to content

fabiocruzcoelho/ansible-role-envoyproxy

Repository files navigation

Welcome to role envoyproxy 👋

Build Status pipeline status Version Documentation License: MIT Twitter: fcruzcoelho

Install Envoy Proxy.

Install

  • requirements.yml
---
- name: envoyproxy
  src: fabiocruzcoelho.envoyproxy
ansible-galaxy install -r requirements.yml

Role Variables

Available variables are along with default values see: defaults/main.yml

Examplo playbook

---
- name: Lint it
  hosts: all
  gather_facts: yes
  become: yes

  tasks:
  - name: Install Envoy Proxy
    include_role:
      name: envoyproxy

Run tests

Dependence

git clone https://gitlab.com/estudosdevops/ansible/roles/envoyproxy.git
make test

Author

👤 Fabio Coelho

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Fabio Coelho.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator