Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter
This ansible role is used to setup Nginx node exporter with docker.
https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter
ansible cloud clouddrove dashboard devops grafana monitoring node-exporter
Last synced: 24 days ago
JSON representation
This ansible role is used to setup Nginx node exporter with docker.
- Host: GitHub
- URL: https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter
- Owner: clouddrove
- License: mit
- Created: 2020-01-25T10:53:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T22:39:28.000Z (4 months ago)
- Last Synced: 2025-01-08T10:04:30.585Z (about 1 month ago)
- Topics: ansible, cloud, clouddrove, dashboard, devops, grafana, monitoring, node-exporter
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role Docker Nginx Node Exporter
This ansible role is used to setup Nginx node exporter with docker.
We eat, drink, sleep and most importantly love **DevOps**. DevOps always promotes automation and standardisation. While setting up various environments like local, dev, testing, production, etc. it is critical to maintain the same environment across. This can easily be achieved using automating the environment setup & installation with the help of ansible-playbooks.
Smaller roles are created for each environment elements; which also include tasks & tests. These roles can then be grouped together in [ansible-playbook](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) to achieve the desired yet consistent results.
## Prerequisites
This module has a few dependencies:
- [Ansible2.8](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
- [Python](https://www.python.org/downloads)
- [Docker](https://docs.docker.com/install/linux/docker-ce/ubuntu)
- [Nginx](https://github.com/clouddrove/ansible-role-docker-nginx)## What Includes
Following things includes in this role:
- nginx-node-exporter
## Example Playbook
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter/releases).
```yaml
- hosts: localhost
remote_user: ubuntu
become: true
roles:
- clouddrove.ansible_role_docker_nginx_node_exporter
```## Variables
```yaml
nginx_exporter_server_port: 9113
nginx_exporter_server_bind: 0.0.0.0
nginx_exporter_server_password: false
nginx_exporter_version: v0.1.1
nginx_server_uri: "http://{{ PrivateIp }}/nginx_status"
```## Installation
```console
$ ansible-galaxy install clouddrove.ansible_role_docker_nginx_node_exporter
```## Feedback
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/ansible-role-docker-nginx-node-exporter)!
## About us
At [CloudDrove][website], we offer expert guidance, implementation support and services to help organisations accelerate their journey to the cloud. Our services include docker and container orchestration, cloud migration and adoption, infrastructure automation, application modernisation and remediation, and performance engineering.
We are The Cloud Experts!
We ❤️ Open Source and you can check out our other modules to get help with your new Cloud ideas.
[website]: https://clouddrove.com
[github]: https://github.com/clouddrove
[linkedin]: https://cpco.io/linkedin
[twitter]: https://twitter.com/clouddrove/
[email]: https://clouddrove.com/contact-us.html
[terraform_modules]: https://github.com/clouddrove?utf8=%E2%9C%93&q=terraform-&type=&language=