Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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