Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectpotos/container-ubuntu20-ansible-test
Ubuntu 20.04 container image for testing Ansible roles, playbooks and collections
https://github.com/projectpotos/container-ubuntu20-ansible-test
ansible container-image molecule potos
Last synced: about 1 month ago
JSON representation
Ubuntu 20.04 container image for testing Ansible roles, playbooks and collections
- Host: GitHub
- URL: https://github.com/projectpotos/container-ubuntu20-ansible-test
- Owner: projectpotos
- License: gpl-3.0
- Created: 2023-02-01T10:21:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:12:56.000Z (12 months ago)
- Last Synced: 2024-01-04T16:30:48.360Z (12 months ago)
- Topics: ansible, container-image, molecule, potos
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container Image - Ubuntu20 Ansible Test
Ubuntu 20.04 container image for testing Ansible roles, playbooks and
collections.The main idea is to use it in combination with
[Molecule](https://github.com/ansible-community/molecule).[![Build & Publish](https://github.com/projectpotos/container-ubuntu20-ansible-test/actions/workflows/build-publish.yml/badge.svg)](https://github.com/projectpotos/container-ubuntu20-ansible-test/actions/workflows/build-publish.yml)
## Customizations
The following customizations are added on top of the Ubuntu22 base image:
* Setup systemd, its volumes and execute it at start
* Setup python for Ansible## Usage
Run the container as follows:
```sh
podman run \
--tty \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
ghcr.io/projectpotos/ubuntu20-ansible-test
```All available tags can be found in the
[registry](https://github.com/projectpotos/container-ubuntu20-ansible-test/pkgs/container/ubuntu20-ansible-test).
The `latest` tag is updated on a weekly basis each Friday.## License
See [LICENSE](./LICENSE)