https://github.com/projectpotos/container-ubuntu22-ansible-test
Ubuntu 22.04 container image for testing Ansible roles, playbooks and collections
https://github.com/projectpotos/container-ubuntu22-ansible-test
ansible container-image molecule potos
Last synced: 2 months ago
JSON representation
Ubuntu 22.04 container image for testing Ansible roles, playbooks and collections
- Host: GitHub
- URL: https://github.com/projectpotos/container-ubuntu22-ansible-test
- Owner: projectpotos
- License: gpl-3.0
- Created: 2022-10-24T08:53:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:13:32.000Z (over 2 years ago)
- Last Synced: 2025-02-26T00:14:16.921Z (over 1 year ago)
- Topics: ansible, container-image, molecule, potos
- Language: Dockerfile
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container Image - Ubuntu22 Ansible Test
Ubuntu 22.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).
[](https://github.com/projectpotos/container-ubuntu22-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/ubuntu22-ansible-test
```
All available tags can be found in the
[registry](https://github.com/projectpotos/container-ubuntu22-ansible-test/pkgs/container/ubuntu22-ansible-test).
The `latest` tag is updated on a weekly basis each Friday.
## License
See [LICENSE](./LICENSE)