Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Aug 23, 2019
1 parent 49f9834 commit 2bb1b93
Show file tree
Hide file tree
Showing 14 changed files with 1,052 additions and 2 deletions.
5 changes: 4 additions & 1 deletion menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pginstall() {
core gcloud
core cleaner &>/dev/null &
core serverid
core watchtower
core prune
customcontainers &>/dev/null &
pgedition
Expand Down Expand Up @@ -192,6 +191,10 @@ folders() {
ansible-playbook /opt/plexguide/menu/installer/folders.yml
}

network() {
ansible-playbook /opt/plexguide/menu/network/network.yml
}

prune() {
ansible-playbook /opt/plexguide/menu/prune/main.yml
}
Expand Down
3 changes: 2 additions & 1 deletion menu/pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- { role: dockerdeb, tags: ['dockerdeb'] }
- { role: autodelete, tags: ['autodelete'] }
- { role: clean, tags: ['clean'] }
- { role: clean-encrypt, tags: ['clean-encrypt'] }
- { role: clean-encrypt, tags: ['clean-encrypt'] }
- { role: kernel, tags: ['kernel'] }
Loading

0 comments on commit 2bb1b93

Please sign in to comment.