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 freight role #477

Merged
merged 2 commits into from
Nov 18, 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
2 changes: 0 additions & 2 deletions ansible/group_vars/production/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ secret_outline:
secret_koala_manual:
password: "{{ vault_secret_koala_manual.password }}"

freight_ssh_pub_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFOXjzub9wBK7/eOu4sceuGu3JoAJAoulNtqlt+A4XvT [email protected]"

secret_healthchecks_io:
ping_key: "{{ vault_secret_healthchecks_io.ping_key }}"

Expand Down
2 changes: 0 additions & 2 deletions ansible/group_vars/staging/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ secret_outline:
secret_koala_manual:
password: "{{ vault_secret_koala_manual.password }}"

freight_ssh_pub_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQiL2YN1yBeUAwWZENc8lPK3Kj1kIG/57IbAuxL9yTk [email protected]"

secret_healthchecks_io:
ping_key: "{{ vault_secret_healthchecks_io.ping_key }}"

Expand Down
3 changes: 1 addition & 2 deletions ansible/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
tags: "websites"
- role: "digidecs"
tags: "digidecs"
- role: "freight"
tags: "freight"
- role: "aas"
tags: "aas"
- role: "static_sticky"
Expand Down Expand Up @@ -89,5 +87,6 @@
# one can easily restore the role by reverting the following PRs:
#
# - execut: #475
# - freight: #477
# - php: #474
# - node: #467
156 changes: 0 additions & 156 deletions ansible/roles/freight/files/pubkey.gpg

This file was deleted.

63 changes: 0 additions & 63 deletions ansible/roles/freight/tasks/main.yml

This file was deleted.

27 changes: 0 additions & 27 deletions ansible/roles/freight/templates/nginx.conf.j2

This file was deleted.

Loading