{"id":17989566,"url":"https://github.com/evilfreelancer/docker-ansible","last_synced_at":"2026-04-08T20:51:56.207Z","repository":{"id":110656609,"uuid":"123181653","full_name":"EvilFreelancer/docker-ansible","owner":"EvilFreelancer","description":"Collection of Ansible tools inside Docker container","archived":false,"fork":false,"pushed_at":"2018-02-27T20:47:40.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T09:53:34.316Z","etag":null,"topics":["ansible","debian","docker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/evilfreelancer/docker-ansible","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/EvilFreelancer.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-02-27T20:05:32.000Z","updated_at":"2019-01-11T09:35:05.000Z","dependencies_parsed_at":"2023-04-14T18:33:14.833Z","dependency_job_id":null,"html_url":"https://github.com/EvilFreelancer/docker-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EvilFreelancer/docker-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvilFreelancer","download_url":"https://codeload.github.com/EvilFreelancer/docker-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ansible","debian","docker"],"created_at":"2024-10-29T19:14:58.436Z","updated_at":"2026-04-08T20:51:56.186Z","avatar_url":"https://github.com/EvilFreelancer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Ansible\n\nSmall universal image of Docker with Ansible tools for easy software deploy.\n\n## About folders\n\n* `ansible` : `/opt/ansible` - Required by Ansible files for work\n* `scripts` : `/opt/scripts` - Collection of scripts for running via entrypoint of Docker\n\n## How to build\n\n    git clone https://github.com/EvilFreelancer/docker-ansible.git\n    cd docker-ansible\n    docker build . --tag ansible\n\n## Okay, what next?\n\nYou need put your Ansible playbook and any other files which required\nfor normal work into the `ansible` folder. On build stage this folder\nwill be added into the container's `/opt` folder.\n\nNext you need write some script (eg `run.sh`), which contain some\ncommands, for example:\n\n```bash\n#!/bin/bash\n\ncd /opt/ansible/\nansible-playbook -i hosts site.yml\n```\n\n## How to run\n\nThat's easy, as any other Docker containers:\n\n    docker run ansible run.sh\n\nWhere:\n\n* ansible - is tag's name of our image\n* run.sh - script name which should be executed\n\nIf you need demonized container, try this:\n\n    docker run ansible\n\nAnd container never stop, until you will not stop him (eg via `docker kill`).\n\n## Small hack\n\nIn theory `docker run ansible *.sh` also must work, this command mean\nwhat container should execute all files from `/opt/scripts` folder\nwith `.sh` suffix of filename.\n\nCheck the `entrypoint.sh` and you will get why.\n\n# Links\n\n* http://docs.ansible.com/ansible/latest/intro_installation.html\n* https://www.ansible.com/overview/how-ansible-works\n* https://hub.docker.com/r/evilfreelancer/docker-ansible/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fdocker-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfreelancer%2Fdocker-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fdocker-ansible/lists"}