All Projects → idealista → consul_role

idealista / consul_role

Licence: Apache-2.0 license
Ansible role to install Consul (cluster of) server/agent

Programming Languages

YAML
28 projects
Jinja
831 projects

Projects that are alternatives of or similar to consul role

Ansible Vault
🔑 Ansible role for Hashicorp Vault
Stars: ✭ 189 (+1250%)
Mutual labels:  consul, ansible-role
ansible-mdadm
No description or website provided.
Stars: ✭ 48 (+242.86%)
Mutual labels:  debian, ansible-role
ansible-roles
My Ansible roles for Debian/Ubuntu
Stars: ✭ 57 (+307.14%)
Mutual labels:  debian, ansible-role
consul-examples
Example usages of consul functionality.
Stars: ✭ 88 (+528.57%)
Mutual labels:  consul, consul-ui
ansible-role-containerized-wordpress
Deploy & run Docker Compose project for WordPress instance with Let's Encrypt HTTPS encryption
Stars: ✭ 15 (+7.14%)
Mutual labels:  debian, ansible-role
Ansible Consul
📡 Ansible role for Hashicorp Consul clusters
Stars: ✭ 320 (+2185.71%)
Mutual labels:  consul, ansible-role
ansible-haproxy
Installs and configures HAProxy
Stars: ✭ 19 (+35.71%)
Mutual labels:  debian, ansible-role
consul-templaterb
consul-template-like with erb (ruby) template expressiveness
Stars: ✭ 65 (+364.29%)
Mutual labels:  consul, consul-ui
ansible-kafka
Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
Stars: ✭ 56 (+300%)
Mutual labels:  debian, ansible-role
ansible-role-docker-ce
Ansible role to install Docker CE on AlmaLinux/Rocky/CentOS/Fedora/RHEL(Redhat)/Ubuntu/Debian/Mint/Raspbian
Stars: ✭ 73 (+421.43%)
Mutual labels:  debian, ansible-role
consul-cluster-manager
Consul - based cluster manager that can be plugged into Vert.x ecosystem.
Stars: ✭ 17 (+21.43%)
Mutual labels:  consul, clustering
kafka role
Ansible role to install Apache Kafka
Stars: ✭ 18 (+28.57%)
Mutual labels:  debian, ansible-role
tomcat role
Ansible role to install Apache Tomcat Java Servlet Container
Stars: ✭ 13 (-7.14%)
Mutual labels:  debian, ansible-role
jira role
Ansible role to install Atlassian JIRA
Stars: ✭ 13 (-7.14%)
Mutual labels:  debian, ansible-role
Ansible Debian Bootstrap
Ansible bootstrap role for Debian/Devuan/Ubuntu/Kali Linux/Raspbian servers
Stars: ✭ 37 (+164.29%)
Mutual labels:  debian, ansible-role
rabbitmq-peer-discovery-consul
Consul-based peer discovery backend for RabbitMQ 3.7.0+
Stars: ✭ 39 (+178.57%)
Mutual labels:  consul, clustering
vault-consul-kubernetes
vault + consul on kubernetes
Stars: ✭ 60 (+328.57%)
Mutual labels:  consul
ansible-resolv
Ansible role to configure /etc/resolv.conf
Stars: ✭ 44 (+214.29%)
Mutual labels:  ansible-role
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (+42.86%)
Mutual labels:  clustering
consul-api-gateway
The Consul API Gateway is a dedicated ingress solution for intelligently routing traffic to applications running on a Consul Service Mesh.
Stars: ✭ 88 (+528.57%)
Mutual labels:  consul

Logo

Consul Ansible role

Ansible role to install Consul (cluster of) server/client in a Debian environment.

Getting Started

These instructions will get you a copy of the role for your Ansible Playbook. Once launched, it will install Consul in a Debian system.

Prerequisities

Ansible 4.x.x version installed. Inventory destination should be a Debian environment.

Rsyslog needs should be installed. It can be done with this role.

For testing purposes, Molecule with Docker as driver.

Installing

Create or add to your roles dependency file (e.g requirements.yml):

- src: idealista.consul_role
  version: 1.7.2
  name: consul

Install the role with ansible-galaxy command:

ansible-galaxy install -p roles -r requirements.yml -f

Use in a playbook:

---
- hosts: someserver
  roles:
    - consul

Usage

Look to the defaults properties file (defaults/main.yml) to see the possible configuration properties. Logging uses rsyslog by default. It can be changed by overriding the consul_service_log_output variable. It can be changed to journal or other options seen at the StandardOutput and StandardError sections in:

Testing

$ pipenv sync

For more information read the pipenv docs.

Testing

$ pipenv run molecule -c molecule/default/molecule.yml test 

Built With

Ansible Molecule Goss

Versioning

For the versions available, see the tags on this repository.

Additionaly you can see what change in each version in the CHANGELOG.md file.

Authors

See also the list of contributors who participated in this project.

License

Apache 2.0 License

This project is licensed under the Apache 2.0 license - see the LICENSE file for details.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].