Skip to content

xlp0/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Project for installing PKC

Build the Ansible image

docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64 -t ansible:latest . --push

Save the image to a local file

docker save ansible:latest | gzip > dockerizedansible.tar.gz

Load the ansible image to docker registry

gzip -dc dockerizedansible.tar.gz | docker load

About

Dockerized Ansible Deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published