Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove execute role #475

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions ansible/group_vars/all/websites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,91 +183,6 @@ websites:
authenticated: true
state: "present"

- name: "execut-speakers.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-partners.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "absent"

- name: "execut-survey.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-landing.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-2018.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-2019.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-2020.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-2023.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
custom_config: true
state: "present"

- name: "execut-aftermovie.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "present"

- name: "execut-app.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes:
- "execut-referer-tracking"
state: "absent"

- name: "execut-2021.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes: []
custom_config: true
state: "present"

- name: "execut.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
extra_includes: []
custom_config: true
state: "present"

- name: "snic-preview.{{ canonical_hostname }}"
user: "snic"
alternative_names: []
Expand All @@ -286,16 +201,6 @@ websites:
alternative_names: []
state: "present"

- name: "execut-feedback.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
state: "present"

- name: "execut-qa.{{ canonical_hostname }}"
user: "symposium"
alternative_names: []
state: "present"

- name: "files.{{ canonical_hostname }}"
user: "bestuur"
custom_config: true
Expand Down
7 changes: 0 additions & 7 deletions ansible/group_vars/production/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ secret_backup_aws:
access_key: "{{ vault_secret_backup_aws.access_key }}"
secret_key: "{{ vault_secret_backup_aws.secret_key }}"

secret_execut_website_aws:
access_key: "{{ vault_secret_execut_website_aws.access_key }}"
secret_key: "{{ vault_secret_execut_website_aws.secret_key }}"

secret_execut_website_secretkey:
"{{ vault_secret_execut_website_secretkey }}"

# To change, regenerate the token in Mollie's web interface.
secret_mollie_token: "{{ vault_secret_mollie_token }}"

Expand Down
10 changes: 2 additions & 8 deletions ansible/group_vars/staging/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ secret_backup_aws:
access_key: "{{ vault_secret_backup_aws.access_key }}"
secret_key: "{{ vault_secret_backup_aws.secret_key }}"

secret_execut_website_aws:
access_key: "{{ vault_secret_execut_website_aws.access_key }}"
secret_key: "{{ vault_secret_execut_website_aws.secret_key }}"

secret_execut_website_secretkey: "{{ vault_secret_execut_website_secretkey }}"

# To change, regenerate the token in Mollie's web interface.
secret_mollie_token: "{{ vault_secret_mollie_token }}"

Expand Down Expand Up @@ -158,7 +152,7 @@ secret_chroma:

fallacious_rooster:
git_tag: "0.1.4"

digidecs:
git_tag: "0.1.0"
server_port: 65437
server_port: 65437
8 changes: 6 additions & 2 deletions ansible/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
tags: "oauth"
- role: "outline"
tags: "outline"
- role: "execut"
tags: "execut"
- role: "radio"
tags: "radio"
- role: "sodi"
Expand All @@ -87,3 +85,9 @@
tags: "always"
- role: "rooster"
tags: "rooster"

# Following is a list of removed roles, which we did have.
# If, for some reason, we ever want to use on of the removed services again,
# one can easily restore the role by reverting the following PRs:
#
# - execut: #475
111 changes: 0 additions & 111 deletions ansible/roles/execut/tasks/main.yml

This file was deleted.

22 changes: 0 additions & 22 deletions ansible/roles/execut/templates/execut.service.j2

This file was deleted.

13 changes: 0 additions & 13 deletions ansible/roles/execut/templates/execut_www.env.j2

This file was deleted.

71 changes: 0 additions & 71 deletions ansible/roles/execut/templates/nginx.conf.j2

This file was deleted.

1 change: 0 additions & 1 deletion ansible/roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
dest: "/etc/nginx/includes/{{ item }}"
loop:
- "block-cert-validation-path.conf"
- "execut-referer-tracking.conf"
- "php-parameters.conf"
- "security-headers.conf"
notify: "reload nginx"
Expand Down
Loading
Loading