eagleusb / ansible-module.consul

Ansible module for Consul tokens, roles and policies management with the newest API (Consul >= 1.4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-module.consul

Ansible collection to distribute Consul module(s).

  • consul_acl: Consul tokens, roles and policies management with the newest API (Consul >= 1.4)

ansible-version last-commit license

Quickstart

  • collection installation
ansible-galaxy collection install eagleusb.consul
  • playbook usage
- hosts: all
  collections:
    - eagleusb.consul
  roles:
    - role: ansible-skeleton
  • role usage
# role/meta/main.yml
collections:
  - eagleusb.consul

About

Ansible module for Consul tokens, roles and policies management with the newest API (Consul >= 1.4)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%