Skip to content

Commit

Permalink
small adds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Sep 11, 2019
1 parent fd62d4c commit ec18585
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 63 deletions.
29 changes: 7 additions & 22 deletions menu/alias/alias.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,6 @@
- hosts: localhost
gather_facts: false
tasks:
- name: Install PGVPN
template:
src: pgvpn
dest: /bin/pgvpn
force: yes
mode: 0775

- name: Install Status UFSMonitor
template:
src: sufs
dest: /bin/sufs
force: yes
mode: 0775

- name: Nano UFSMonitor
template:
src: nufs
dest: /bin/nufs
force: yes
mode: 0775

###### Install PTSupdate

- name: PTSupdate
Expand Down Expand Up @@ -138,7 +117,7 @@
force: yes
mode: 0775

- name: Install Status UFSMonitor
- name: Install PTS-User ADD
template:
src: sufs
dest: /bin/ptsadd
Expand All @@ -152,4 +131,10 @@
force: yes
mode: 0775

- name: Install Backup & Restore
template:
src: rcupdate
dest: /bin/rcupdate
force: yes
mode: 0775

2 changes: 1 addition & 1 deletion menu/alias/templates/backup
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
bash /opt/plexguide/roles/backup/scripts/main.sh
bash /opt/pgvault/pgvault.sh
9 changes: 0 additions & 9 deletions menu/alias/templates/nufs

This file was deleted.

15 changes: 0 additions & 15 deletions menu/alias/templates/pgvpn

This file was deleted.

8 changes: 0 additions & 8 deletions menu/alias/templates/sst2

This file was deleted.

8 changes: 0 additions & 8 deletions menu/alias/templates/sufs

This file was deleted.

0 comments on commit ec18585

Please sign in to comment.