Files
media-server/README.md
zware 5046c5372d Rearrange task and add note to README
nfs was trying to mount before nfs-common was installed
added visudo info in readme, need to add base image
2022-08-24 21:51:26 -05:00

18 lines
497 B
Markdown

# media-server
Ansible user needs to modify sudoers
sudo visudoer
zware ALL=(ALL) NOPASSWD:ALL
Ansible repo used to setup a server to be used as a media collection and processing server.
External packages used:
https://github.com/geerlingguy/ansible-role-docker
https://github.com/geerlingguy/ansible-role-pip
# TODO
1. deploy env var and condensed docker-compose file
2. run docker-compose and start containers
3. add ansible galaxy requirements and maybe a python requirements to the repo?