Sign inSign up

pixelchrome/ntap-ansible-container

By pixelchrome

Updated over 6 years ago

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

Image
1

437

pixelchrome/ntap-ansible-container repository overview

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.

Tag summary

Content type

Image

Digest

Size

259.3 MB

Last updated

over 6 years ago

docker pull pixelchrome/ntap-ansible-container