Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensofficial/ansible-docker-playground
https://github.com/bensofficial/ansible-docker-playground
ansible docker docker-compose learning learning-by-doing playground
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/bensofficial/ansible-docker-playground
- Owner: bensofficial
- Created: 2024-11-07T15:59:34.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:11:09.000Z (about 2 months ago)
- Last Synced: 2024-11-09T18:22:08.518Z (about 2 months ago)
- Topics: ansible, docker, docker-compose, learning, learning-by-doing, playground
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ansible-test
```bash
docker-compose up -d
docker exec -it ansible /bin/bash
```Now you can run Ansible:
```bash
ansible linux -m ping
```