https://github.com/goffinet/usshd
Ubuntu Bionic Dockerfile and docker-compose.yml to test Ansible automation
https://github.com/goffinet/usshd
Last synced: 2 months ago
JSON representation
Ubuntu Bionic Dockerfile and docker-compose.yml to test Ansible automation
- Host: GitHub
- URL: https://github.com/goffinet/usshd
- Owner: goffinet
- Created: 2018-12-06T19:35:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T19:39:50.000Z (over 7 years ago)
- Last Synced: 2025-11-30T08:44:54.171Z (5 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Bionic Dockerfile and docker-compose.yml to test Ansible automation
```
docker-compose up -d
```
```
sudo ansible all -m ping -i hosts
```