Sign inSign up

hybridadmin/ansible-fedora

By hybridadmin

•Updated 10 months ago

Image
0

5.3K

hybridadmin/ansible-fedora repository overview

⁠Fedora Docker Images with ansible and systemd

Build Docker Pulls

Fedora Docker images to be used for testing ansible playbooks and roles.

⁠Quick reference

⁠How to Build the image

  1. Install docker
  2. Clone the repo git clone https://github.com/hybridadmin/docker-ansible-fedora.git
  3. cd into the directory
  4. Run docker build -t ansible-fedora .

⁠How to use this image

Pull the image using the following command:

docker pull hybridadmin/ansible-fedora:latest

Run a container using the image with the following command:

docker run -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host hybridadmin/ansible-fedora:latest

Use ansible inside the container:

docker exec --tty [container_id] env TERM=xterm ansible --version
docker exec --tty [container_id] env TERM=xterm ansible-playbook /path/to/playbook.yml --syntax-check

Connect to the container:

docker exec -it [container_id] /bin/bash

Tag summary

Content type

Image

Digest

sha256:2727f1c24…

Size

257.4 MB

Last updated

10 months ago

docker pull hybridadmin/ansible-fedora