{"id":19472361,"url":"https://github.com/aboutbits/ansible-docker-deployment","last_synced_at":"2026-05-02T22:32:47.643Z","repository":{"id":47840326,"uuid":"257902240","full_name":"aboutbits/ansible-docker-deployment","owner":"aboutbits","description":"Ansible - Docker Deployment Role","archived":false,"fork":false,"pushed_at":"2024-07-29T13:55:13.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T05:51:25.623Z","etag":null,"topics":["ansible","ansible-role","docker","docker-deployment"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aboutbits.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-22T12:59:03.000Z","updated_at":"2024-07-29T13:55:12.000Z","dependencies_parsed_at":"2024-07-29T17:55:23.358Z","dependency_job_id":null,"html_url":"https://github.com/aboutbits/ansible-docker-deployment","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fansible-docker-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fansible-docker-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fansible-docker-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fansible-docker-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutbits","download_url":"https://codeload.github.com/aboutbits/ansible-docker-deployment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240692386,"owners_count":19842240,"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","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-deployment"],"created_at":"2024-11-10T19:14:12.995Z","updated_at":"2026-05-02T22:32:47.638Z","avatar_url":"https://github.com/aboutbits.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Docker Deployment Role\n==============================\n\nDeployment of a Docker project.\n\n## Role Variables\n\n- `docker_deployment_project_name`: The name of the project (no whitespaces allowed)\n- `docker_deployment_release_name`: The name of the release\n- `docker_deployment_release_files`: A list of files that should be copied to the release folder (with local and remote path)\n- `docker_deployment_release_templates`: A list of template files that should be copied to the release folder (with local and remote path)\n- `docker_deployment_shared_files`: A list of files that should be copied to the shared folder if they don't already exist (with local and remote path)\n\n## Example Playbook\n\n```yaml\n- hosts: all\n  tasks:\n    - ansible.builtin.include_role:\n        name: ansible-docker-deployment\n      vars:\n        docker_deployment_project_name: project-name\n        docker_deployment_release_name: 1\n        docker_deployment_release_files:\n          - local: docker-compose.run.yml\n            remote: docker-compose.yml\n        docker_deployment_release_templates:\n          - local: .env.j2\n            remote: .env\n        docker_deployment_shared_files: []\n```\n\n## Build \u0026 Publish\n\nTo build and publish the role, visit the GitHub Actions page of the repository and trigger the workflow \"Release Package\" manually.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fansible-docker-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutbits%2Fansible-docker-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fansible-docker-deployment/lists"}