Skip to content

A Docker container for ansible playbook deployments and testing.

License

Notifications You must be signed in to change notification settings

Container-Projects/docker-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ansible

Actions Status Actions Status

A CentOS-based Docker container for ansible playbook deployments and testing.

Tags

  • latest: Latest stable version of docker-ansible image

Usage

How to build the image locally

docker build -t netserf/docker-ansible:latest .

How to pull the image from DockerHub

docker pull netserf/docker-ansible:latest

How to run the image locally

docker run --name ansible netserf/docker-ansible:latest   # will run ansible command

TODO

  • show how to exec in and run ansible-playbook
  • ensure all args covered
  • provide Makefile for ease of use

Contributions

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

License: MIT

About

A Docker container for ansible playbook deployments and testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%