Add plex server playbook

This commit is contained in:
2017-06-15 15:59:59 -05:00
parent 34f3a0f960
commit f5befdb1fb
4 changed files with 27 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ apply-all:
ansible-playbook debian.yml -u root -i 'andraia,'
apply-local:
su -c "ansible-playbook debian.yml -u root -i '127.0.0.1,' --connection=local"
plex-local:
sudo ansible-playbook plex_server.yml -u root -i '127.0.0.1,' --connection=local
init-local:
su -c "mkdir -p /root/.ssh/ && cat ~gary/.ssh/id_rsa.pub >> /root/.ssh/authorized_key"
init: