mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-03-20 16:00:25 +00:00
Update install.sh
This commit is contained in:
@@ -238,8 +238,8 @@ portainer() {
|
||||
}
|
||||
|
||||
# Roles Ensure that PG Replicates and has once if missing; important for startup, cron and etc
|
||||
pgcore() { if [ ! -e "/opt/coreapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/boxcore.yml; fi; }
|
||||
pgcommunity() { if [ ! -e "/opt/communityapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/boxcommunity.yml; fi; }
|
||||
pgcore() { if [ ! -e "/opt/coreapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/core/core.yml; fi; }
|
||||
pgcommunity() { if [ ! -e "/opt/communityapps/place.holder" ]; then ansible-playbook /opt/plexguide/menu/pgbox/community/community.yml; fi; }
|
||||
pgshield() { if [ ! -e "/opt/pgshield/place.holder" ]; then
|
||||
echo 'pgshield' >/var/plexguide/pgcloner.rolename
|
||||
echo 'PTS-Shield' >${abc}/pgcloner.roleproper
|
||||
@@ -257,4 +257,4 @@ dockerinstall() {
|
||||
ansible-playbook /opt/plexguide/menu/pg.yml --tags docker
|
||||
}
|
||||
|
||||
####EOF###
|
||||
####EOF###
|
||||
|
||||
Reference in New Issue
Block a user