https://github.com/sunaoka/docker-ansible
Ansible Docker image
https://github.com/sunaoka/docker-ansible
ansible docker-image
Last synced: about 2 months ago
JSON representation
Ansible Docker image
- Host: GitHub
- URL: https://github.com/sunaoka/docker-ansible
- Owner: sunaoka
- License: gpl-3.0
- Created: 2024-05-21T03:07:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-03T05:38:23.000Z (3 months ago)
- Last Synced: 2026-04-03T13:28:06.771Z (3 months ago)
- Topics: ansible, docker-image
- Language: Makefile
- Homepage: https://hub.docker.com/r/sunaoka/ansible
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Docker image
## Usage
```bash
docker run -v ./:/app:ro \
-v ./.ansible:/root/.ansible \
-v ~/.ssh:/root/.ssh:ro \
-w /app \
--rm \
-it sunaoka/ansible ansible --version
```
### Ansible-lint
```bash
docker run -v ./:/app:ro \
-w /app \
--rm \
-it sunaoka/ansible ansible-lint site.yml
```
## Appendix
- [ansible/ansible](https://github.com/ansible/ansible)
- [ansible/ansible-lint](https://github.com/ansible/ansible-lint)
- [Releases and maintenance](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html)