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

RebelMouseTeam/ansible-role-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' }