Skip to content

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

License

Notifications You must be signed in to change notification settings

eagleusb/ansible-module.consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages