From e54e7b7b697a6392d61a12e60802e80f8e2e2612 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 13 Jul 2021 08:13:41 -0500 Subject: [PATCH] `branch` needs to be at General level. Testing if this works... --- hosts | 9 +++++++-- local.yml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/hosts b/hosts index 59e95c5..abeba19 100644 --- a/hosts +++ b/hosts @@ -4,6 +4,9 @@ ; [everything] localhost +freeboy branch=dev +parrotsec-dev-www branch=dev +my-parrotsec-dev-www branch=dev [workstation] ;;;;;;; Available options - all require lowercase values ;;;;;; @@ -19,6 +22,7 @@ lbry-server-1 lbry-server-2 lbry-server-3 aspire +freeboy branch=dev [mobile] pinephone @@ -79,6 +83,7 @@ x570 amdgpu=true nanominer=true nanominer_gpu=eth nanominer_gpus=0 nanominer_gpu onlyoffice domain=hyperling.com onlyoffice=true grafana domain=hyperling.com grafana=true influxdb1=true test +freeboy branch=dev hyperling certbot=true hyperling.com certbot=true tmcvideos certbot=true @@ -87,5 +92,5 @@ reverse-proxy certbot=true nextcloud certbot=true wordpress certbot=true usb-server -parrotsec-dev-www branch=dev 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 +parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website +my-parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website-hyperling diff --git a/local.yml b/local.yml index 14a0b1e..971b488 100644 --- a/local.yml +++ b/local.yml @@ -3,7 +3,7 @@ # Setup of any device connected to this repo. - name: Main | Default Setup - hosts: localhost + hosts: everything connection: local become: true