From 32eec4a60c838d756071b5523df4466f816333a7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 9 Jan 2024 17:32:51 -0600 Subject: [PATCH] websites/d&t.com: drop obsolete formsubmit config The *dustinandtabitha.com* website no longer uses *formsubmit* (the time for RSVP has **long** passed). Removing the configuration so the file encrypted with Ansible Vault can go away. --- group_vars/public-web/secrets | 10 ---------- roles/websites/dustinandtabitha.com/vars/main.yml | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 group_vars/public-web/secrets delete mode 100644 roles/websites/dustinandtabitha.com/vars/main.yml diff --git a/group_vars/public-web/secrets b/group_vars/public-web/secrets deleted file mode 100644 index e0e15c1..0000000 --- a/group_vars/public-web/secrets +++ /dev/null @@ -1,10 +0,0 @@ -$ANSIBLE_VAULT;1.1;AES256 -66303262376338643565353739336361346138613632643366326232323065376233323663646461 -3839396538346430613630626638373937616133636362330a303662656338303938343865366161 -62363530343136376466613265316237383864613866666233336264353561373566346132366665 -6566613633353834330a633633616634303830633161666566326432393039326233626539393066 -63616137383437626161623861653132376666303931303437626664643665323264646634353438 -62663061326131346239333465613634663766366633373032386133366137333864346264343237 -66323662656236646334663764383366373564336234333663383437396134663837386339313839 -66353366326166346635373031386435303230366134353762353361313033316337383466653232 -6635 diff --git a/roles/websites/dustinandtabitha.com/vars/main.yml b/roles/websites/dustinandtabitha.com/vars/main.yml deleted file mode 100644 index 350fca1..0000000 --- a/roles/websites/dustinandtabitha.com/vars/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -dustinandtabitha_formsubmit: - csvfile: /srv/www/dustinandtabitha/data/rsvp.csv - defaults: - adult: 0 - preschool: 0 - school: 0 - matrix: - homeserver: hatch.chat - room: '!qJoqJkHxCHgDSTZwwX:hatch.chat' - access_token: '{{ dustinandtabitha_formsubmit_matrix_token }}'