Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Jmainguy/openshift-ansible-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run ansible from cli, inside a container, on openshift

# Create a project to work out of
oc new-project jmainguy-ansible
# Build the container
oc new-build https://github.com/Jmainguy/openshift-ansible-container
# Run the pod, but delete it when we are done with it
oc run -i -t ansible \
--image=docker-registry.default.svc:5000/jmainguy-ansible/openshift-ansible-container:latest \
--restart=Never --rm

About

Openshift container for running ansible via cli

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published