Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karras/container-archlinux-ansible-test
Arch Linux container image for testing Ansible roles, playbooks and collections.
https://github.com/karras/container-archlinux-ansible-test
ansible archlinux container-image docker-image molecule
Last synced: 12 days ago
JSON representation
Arch Linux container image for testing Ansible roles, playbooks and collections.
- Host: GitHub
- URL: https://github.com/karras/container-archlinux-ansible-test
- Owner: karras
- License: gpl-3.0
- Created: 2021-12-12T18:07:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T18:26:48.000Z (about 1 year ago)
- Last Synced: 2024-10-04T05:41:19.703Z (about 1 month ago)
- Topics: ansible, archlinux, container-image, docker-image, molecule
- Language: Dockerfile
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container Image - Arch Linux Ansible Test
Arch Linux 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/karras/container-archlinux-ansible-test/actions/workflows/build-publish.yml/badge.svg)](https://github.com/karras/container-archlinux-ansible-test/actions/workflows/build-publish.yml)
## Customizations
The following customizations are added on top of the Arch Linux 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/karras/archlinux-ansible-test
```All available tags can be found in the
[registry](https://github.com/karras/container-archlinux-ansible-test/pkgs/container/archlinux-ansible-test).
The `latest` tag is updated on a weekly basis each Friday.## License
See [LICENSE](./LICENSE)