Skip to content

Commit

Permalink
ansible: remove nginx role
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Sep 29, 2024
1 parent f633ff6 commit 8f2c181
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 53 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "roles/nginx"]
path = ansible/roles/nginx
url = [email protected]:void-ansible-roles/nginx.git
[submodule "roles/sshd"]
path = ansible/roles/sshd
url = [email protected]:void-ansible-roles/sshd.git
Expand Down
2 changes: 0 additions & 2 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ network_forward_policy: ACCEPT

network_static_dns_resolvers:
- 127.0.0.1

nginx_bind_443: "{{void_aquire_certs}}"
4 changes: 0 additions & 4 deletions ansible/group_vars/prod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
void_aquire_certs: true

sshd_passwords: false
sshd_challengeresponse: false

nginx_acme_challenge_path: /var/run/acme/acme-challenge/

void_mesh:
a-hel-fi.m.voidlinux.org: 192.168.99.100
b-lej-de.m.voidlinux.org: 192.168.99.101
Expand Down
6 changes: 0 additions & 6 deletions ansible/host_vars/a-hel-fi.m.voidlinux.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ network_static_interfaces:
sshd_AllowGroups:
- build-ops

nginx_dhparam_bits: 2048

nomad_host_volumes:
- name: terrastate
path: /nomad/terrastate
Expand All @@ -27,7 +25,3 @@ nomad_host_volumes:
- name: ccache
path: /hostdir/ccache
read_only: true

nomad_reserved_ports:
- 80 # Legacy nginx on this host
- 443 # Legacy nginx on this host
1 change: 0 additions & 1 deletion ansible/roles/nginx
Submodule nginx deleted from a4d548
37 changes: 0 additions & 37 deletions ansible/roles/unnginx/tasks/main.yml

This file was deleted.

0 comments on commit 8f2c181

Please sign in to comment.