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: about 2 months ago
JSON representation

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
```