{"id":15813589,"url":"https://github.com/skn0tt/ansible-role-docker-app","last_synced_at":"2026-04-11T02:36:51.662Z","repository":{"id":40368792,"uuid":"142476052","full_name":"Skn0tt/ansible-role-docker-app","owner":"Skn0tt","description":"Ansible Role for Docker-App ","archived":false,"fork":false,"pushed_at":"2023-12-15T05:59:04.000Z","size":28,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T04:03:12.155Z","etag":null,"topics":["ansible","ansible-role","docker","docker-app","docker-compose"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Skn0tt.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-26T17:59:48.000Z","updated_at":"2019-12-04T06:28:30.000Z","dependencies_parsed_at":"2024-10-26T17:29:56.860Z","dependency_job_id":null,"html_url":"https://github.com/Skn0tt/ansible-role-docker-app","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Skn0tt/ansible-role-docker-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skn0tt%2Fansible-role-docker-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skn0tt%2Fansible-role-docker-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skn0tt%2Fansible-role-docker-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skn0tt%2Fansible-role-docker-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skn0tt","download_url":"https://codeload.github.com/Skn0tt/ansible-role-docker-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skn0tt%2Fansible-role-docker-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269350641,"owners_count":24402427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","ansible-role","docker","docker-app","docker-compose"],"created_at":"2024-10-05T04:03:20.093Z","updated_at":"2026-04-11T02:36:46.638Z","avatar_url":"https://github.com/Skn0tt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"DockerApp\n=========\n\nA role for orchestrating Docker using [docker-app](https://github.com/docker/app).\n\nRequirements\n------------\n\n- `docker`\n- `pip`\n\nVariables\n--------------\n\nThis role exposes one variable, `dockerapp_images`, which specifies a list\nof dockerapp images and their associated configuration. An image definition\ncomprises the `name` of the image, a `config` dictionary defining environment\nvariables, and an optional `state` field indicating whether the container should\nbe `up`, `down`, `start`, or `stop`, with the default state being `up`.\n\n```yaml\ndockerapp_images:\n  - name: skn0tt/ente.dockerapp\n    config:\n      REDIS_VERSION: 2.12.2\n      SYMMETRIC_SIGNING: true\n```\n\nThe default value is\n\n```yaml\ndockerapp_images: []\n```\n\nDependencies\n------------\n\nNo other roles are required to use this role.\n\nInstalling This Role\n--------------------\n\nIn order to install this role, you should create (or edit) a file called\n`requirements.yml` in your Ansible root with contents like this:\n\n```yaml\n- src: skn0tt.docker_app\n```\n\nYou can now run `ansible-galaxy install -r requirements.yml` to install the\nrole.\n\nIf you wish to use this role in a Tower job, add the `requirements.yml` file to\nthe `roles` directory in your project and Tower will download the roles when the\njob runs.\n\n\nExample Playbook\n----------------\n\nAssuming you have defined a host group called `servers`, you can use this role\non the hosts in that inventory as follows.\n\n```yaml\n- hosts: servers\n  roles:\n    - skn0tt.docker_app\n```\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nSimon Knott [info@simonknott.de](mailto:info@simonknott.de)\n[simonknott.de](https://simonknott.de)\n\nContributors :tada:\n------------\n\nJack Henahan [@jhenahan](https://github.com/jhenahan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskn0tt%2Fansible-role-docker-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskn0tt%2Fansible-role-docker-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskn0tt%2Fansible-role-docker-app/lists"}