This is a collection of playbooks for maintaining CyVerse's Data Store.
For CentOS machines, the Docker-CE yum repository needs to be set up.
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repoThe following system packages need to be installed on control machine.
dmidecode(if control machine runs linux)docker-cegitpython3python3-piprpm-build(rpm) if control machine runs Debian or Ubuntu)
The following python packages need to be installed on the control machine using python3 -m pip.
ansibledockerdnspythonnetaddrpython-irodsclientrequestsurllib3wheel
The user executing ansible needs to be a member of the docker group.