https://github.com/cans/ansible-testing-images
https://github.com/cans/ansible-testing-images
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cans/ansible-testing-images
- Owner: cans
- Created: 2018-02-19T22:48:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T23:00:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T15:24:15.182Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Testing Images
----------------------
Container images to tests Ansible Roles and Playbooks.
ansible-testing-base
""""""""""""""""""""
Simple Debian 9 image with Python and 2 pre-existing users:
- admin (sudo capable user);
- regular (plain user);
ansible-testing-ssh
"""""""""""""""""""
(WIP)
Same as the `ansible-testing-base` but with an SSH daemon
running;