Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-consul
Ansible role to install/configure Consul
https://github.com/mrlesmithjr/ansible-consul
ansible ansible-role
Last synced: about 1 month ago
JSON representation
Ansible role to install/configure Consul
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-consul
- Owner: mrlesmithjr
- License: mit
- Created: 2015-09-19T04:54:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T02:25:01.000Z (over 1 year ago)
- Last Synced: 2023-06-03T03:22:52.695Z (over 1 year ago)
- Topics: ansible, ansible-role
- Language: Jinja
- Homepage:
- Size: 396 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-consul
Ansible role to install/configure Consul server
> NOTE: If you are looking for installing/configure Consul client, then head
> over to [ansible-consul-client](https://github.com/mrlesmithjr/ansible-consul-client). This `ansible-consul`
> role will begin to have client functionality removed over time.## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-consul/workflows/Molecule%20Test/badge.svg)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.