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
This commit is contained in:
2022-08-24 21:51:26 -05:00
parent de2d013cd9
commit 5046c5372d
2 changed files with 22 additions and 12 deletions

View File

@@ -1,13 +1,17 @@
# 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?
3. add ansible galaxy requirements and maybe a python requirements to the repo?