mubbashir / ansible-cli-container

Container running ansible commandline utilities

Repository from Github https://github.commubbashir/ansible-cli-containerRepository from Github https://github.commubbashir/ansible-cli-container

ansible-cli-container

The intent of this repository is to create an easy to use container to learn how to deal with the new ansible tools

Howto

Clone this repository and cd into it

Create the container:

$ podman build -t ansible-cli:latest .

Run the container

$ podman run -tid --name ans-cli --security-opt label=disable --device /dev/fuse -v my_local_dir:/home/podman/ansible:Z ansible-cli:latest 
$ podman exec -it ans-cli /bin/bash

About

Container running ansible commandline utilities

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%