summaryrefslogtreecommitdiff
path: root/playbooks/roles/outbound/tasks
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-30 23:07:35 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-30 23:07:35 -0700
commitd357056752382ffe4ae866304d3573c361dbe21a (patch)
tree04f1a5f5024d8d7be9e82d990dd2aee6575190dc /playbooks/roles/outbound/tasks
parent3ddb82656d6d0c34f47962db25d37adf6ebb15e1 (diff)
downloadinfra-d357056752382ffe4ae866304d3573c361dbe21a.tar.gz
infra-d357056752382ffe4ae866304d3573c361dbe21a.zip
move to new outbound server on linode. Fix a lot of deployment time issue things, including HIGH AVAILABILITY EMAIL OWOOWOJIJODOFKJSDF
Diffstat (limited to 'playbooks/roles/outbound/tasks')
-rw-r--r--playbooks/roles/outbound/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/roles/outbound/tasks/main.yml b/playbooks/roles/outbound/tasks/main.yml
index 45540b4..bd590df 100644
--- a/playbooks/roles/outbound/tasks/main.yml
+++ b/playbooks/roles/outbound/tasks/main.yml
@@ -7,8 +7,7 @@
template_render_dir: "../templates/headscale"
service_destination_dir: "{{ headscale_base }}"
state: started
- rollout_services:
- - name: headscale
+ rollout_services: "{{ headscale_rollout_services }}"
- name: Generate Headscale API key (if requested)
when: generate_api_key | default(false)