Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunaoka/docker-ansible
Ansible Docker image
https://github.com/sunaoka/docker-ansible
ansible docker-image
Last synced: 28 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:15:53.000Z (about 2 months ago)
- Last Synced: 2024-09-10T04:08:19.795Z (about 2 months ago)
- Topics: ansible, docker-image
- Language: Makefile
- Homepage: https://hub.docker.com/r/sunaoka/ansible
- Size: 24.4 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)