Skip to content

pixelchrome/ntap-ansible-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetApp Ansible Container

This is a Docker container with the most current Ansible and the most current NetApp modules.

It can be used with this Demo of NetApp playbooks.

Build Image on your own

docker build -t ntap-ansible .

Pull the container from hub.docker.com

docker pull pixelchrome/ntap-ansible-container

Run with Home Directory and /etc/ansible

docker run -d -it -v <your_ansible_home_directory>:/home/ansible -v <your_ansible_etc_directory>:/etc/ansible --name=ansible pixelchrome/ntap-ansible-container

Use as user ansible

docker exec -it ansible bash

Use as root

docker exec -it --user root ansible bash

Pull and run the container

And the recording on asciinema.

About

Docker container with the most current Ansible and the most current NetApp modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published