branch needs to be at General level. Testing if this works...

This commit is contained in:
Hyperling 2021-07-13 08:13:41 -05:00
parent 246e83a13a
commit e54e7b7b69
2 changed files with 8 additions and 3 deletions

9
hosts
View File

@ -4,6 +4,9 @@
; ;
[everything] [everything]
localhost localhost
freeboy branch=dev
parrotsec-dev-www branch=dev
my-parrotsec-dev-www branch=dev
[workstation] [workstation]
;;;;;;; Available options - all require lowercase values ;;;;;; ;;;;;;; Available options - all require lowercase values ;;;;;;
@ -19,6 +22,7 @@ lbry-server-1
lbry-server-2 lbry-server-2
lbry-server-3 lbry-server-3
aspire aspire
freeboy branch=dev
[mobile] [mobile]
pinephone pinephone
@ -79,6 +83,7 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu
onlyoffice domain=hyperling.com onlyoffice=true onlyoffice domain=hyperling.com onlyoffice=true
grafana domain=hyperling.com grafana=true influxdb1=true grafana domain=hyperling.com grafana=true influxdb1=true
test test
freeboy branch=dev
hyperling certbot=true hyperling certbot=true
hyperling.com certbot=true hyperling.com certbot=true
tmcvideos certbot=true tmcvideos certbot=true
@ -87,5 +92,5 @@ reverse-proxy certbot=true
nextcloud certbot=true nextcloud certbot=true
wordpress certbot=true wordpress certbot=true
usb-server usb-server
parrotsec-dev-www branch=dev domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website
my-parrotsec-dev-www branch=dev hugo=true domain=hyperling.com hugo_site_path=/mnt/leet/Code/parrotsec/website-hyperling my-parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website-hyperling

View File

@ -3,7 +3,7 @@
# Setup of any device connected to this repo. # Setup of any device connected to this repo.
- name: Main | Default Setup - name: Main | Default Setup
hosts: localhost hosts: everything
connection: local connection: local
become: true become: true