Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 270 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 270 Bytes

Consul Client/Server

Installing role:

ansible-galaxy install --force RebelMouseTeam.consul

Using role:

---
- hosts: localhost
  connection: local
  gather_facts: yes
  become: yes
  roles:
    - { role: RebelMouseTeam.consul, consul_mode: 'client' }