Skip to content

Commit

Permalink
chore: remove freight role (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters authored Nov 18, 2024
1 parent 779a5d5 commit 5370459
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 252 deletions.
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.

0 comments on commit 5370459

Please sign in to comment.