Skip to content

motwanideepika-ee/ansible-consul

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONSUL

Ansible role to install and configure Consul

Example

  • To install and configure consul agent
  roles:
    - wunzeco.consul
  • To configure server as consul master:
  vars:
    consul_home:    	"/opt/consul"
    consul_extra_opts:  "-server -bootstrap-expect 1 -ui-dir {{ consul_work_dir }}/ui"

  roles:
    - wunzeco.consul

Testing

To run this role's integration tests

PLATFORM=ubuntu				# OR centos
kitchen verify $PLATFORM && kitchen destroy $PLATFORM 

Dependencies

none

About

Install and configure consul

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.4%
  • HTML 37.3%
  • Ruby 8.9%
  • Shell 1.4%