{"id":15792536,"url":"https://github.com/levonet/ansible-docker-influxdb","last_synced_at":"2026-02-03T09:03:23.072Z","repository":{"id":67322369,"uuid":"141735217","full_name":"levonet/ansible-docker-influxdb","owner":"levonet","description":"Ansible role for Configure and start InfluxDB in a docker container","archived":false,"fork":false,"pushed_at":"2018-07-21T06:25:14.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-12T23:42:28.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/levonet/docker_influxdb","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levonet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-20T16:36:54.000Z","updated_at":"2019-07-03T13:48:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9a12a3b-0a48-49f1-996d-6a61790877a3","html_url":"https://github.com/levonet/ansible-docker-influxdb","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"50deeb886b7f96e112a39469cb7e1ec8c1c5ac35"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/levonet/ansible-docker-influxdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levonet%2Fansible-docker-influxdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levonet%2Fansible-docker-influxdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levonet%2Fansible-docker-influxdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levonet%2Fansible-docker-influxdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levonet","download_url":"https://codeload.github.com/levonet/ansible-docker-influxdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levonet%2Fansible-docker-influxdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29039341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T08:41:49.363Z","status":"ssl_error","status_checked_at":"2026-02-03T08:40:19.255Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T23:01:46.699Z","updated_at":"2026-02-03T09:03:23.059Z","avatar_url":"https://github.com/levonet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"InfluxDB Role\n=============\n\nConfigure and start InfluxDB in a docker container using the official image `influxdb:latest`.  \n[More information](https://hub.docker.com/r/library/influxdb/) about using docker image.\n\nRole Variables\n--------------\n\n- `docker_influxdb_name` (default: influxdb): This name used in name of home folder path and in name of container.\n- `docker_influxdb_image` (default: influxdb:latest)\n- `docker_influxdb_directory_volumes` (optional): Mount folders into docker\n- `docker_influxdb_file_volumes` (optional): Mount files into docker\n- `docker_influxdb_ports` (default: [8086])\n- `docker_influxdb_env` (optional)\n- `docker_influxdb_network_mode` (default: host): Connect the container to a network.\n- `docker_influxdb_networks` (default: []): List of networks the container belongs to.\n- `docker_influxdb_log_driver` (default: json-file): Specify the logging driver.\n- `docker_influxdb_log_options` (optional): Dictionary of options specific to the chosen log_driver. See [Configure logging drivers](https://docs.docker.com/engine/admin/logging/overview/) for details.\n\nDependencies\n------------\n\n- `docker`\n\nExample Playbook\n----------------\n\n```yaml\n- hosts: all\n  become: yes\n  become_method: sudo\n  roles:\n    - role: levonet.docker_influxdb\n      docker_influxdb_env:\n        INFLUXDB_HTTP_LOG_ENABLED: \"false\"\n        INFLUXDB_GRAPHITE_ENABLED: \"true\"\n      docker_influxdb_ports:\n        - 8086:8086\n        - 2003:2003\n      docker_influxdb_log_driver: syslog\n      docker_influxdb_log_options:\n        syslog-facility: local0\n        tag: \"{{ docker_influxdb_name }}\"\n```\n\nLicense\n-------\n\n[MIT](https://opensource.org/licenses/MIT)\n\nAuthor Information\n------------------\n\nThis role was created by [Pavlo Bashynskyi](https://github.com/levonet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevonet%2Fansible-docker-influxdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevonet%2Fansible-docker-influxdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevonet%2Fansible-docker-influxdb/lists"}