Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Update playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fernandez committed Jul 8, 2017
1 parent 21161db commit 470d0cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/playbooks/seedbox.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
- hosts: seedbox

roles:
- { role: users/limited_user,
user: "{{ common_user }}",
}
- { role: tools/common_storage,
user: "{{ common_user.username }}",
group: "{{ common_user.group }}"
}
- { role: services/plex,
username: "{{ common_user.username }}",
group: "{{ common_user.group }}"
Expand All @@ -12,4 +17,7 @@
uid: "{{ common_user.uid }}",
gid: "{{ common_user.gid }}"
}
- { role: services/sickrage,
user: "{{ common_user }}"
}
- services/apache

0 comments on commit 470d0cc

Please sign in to comment.