Skip to content

Commit 6be0883

Browse files
classabbyampthe-maldridge
authored andcommitted
ansible: remove nginx role
Closes: #214 [via git-merge-pr]
1 parent b09a3d6 commit 6be0883

File tree

6 files changed

+0
-53
lines changed

6 files changed

+0
-53
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "roles/nginx"]
2-
path = ansible/roles/nginx
3-
url = [email protected]:void-ansible-roles/nginx.git
41
[submodule "roles/sshd"]
52
path = ansible/roles/sshd
63
url = [email protected]:void-ansible-roles/sshd.git

ansible/group_vars/all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ network_forward_policy: ACCEPT
2626

2727
network_static_dns_resolvers:
2828
- 127.0.0.1
29-
30-
nginx_bind_443: "{{void_aquire_certs}}"

ansible/group_vars/prod.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
2-
void_aquire_certs: true
3-
42
sshd_passwords: false
53
sshd_challengeresponse: false
64

7-
nginx_acme_challenge_path: /var/run/acme/acme-challenge/
8-
95
void_mesh:
106
a-hel-fi.m.voidlinux.org: 192.168.99.100
117
b-lej-de.m.voidlinux.org: 192.168.99.101

ansible/host_vars/a-hel-fi.m.voidlinux.org.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ network_static_interfaces:
1515
sshd_AllowGroups:
1616
- build-ops
1717

18-
nginx_dhparam_bits: 2048
19-
2018
nomad_host_volumes:
2119
- name: terrastate
2220
path: /nomad/terrastate
@@ -33,7 +31,3 @@ nomad_host_volumes:
3331
- name: ccache
3432
path: /hostdir/ccache
3533
read_only: true
36-
37-
nomad_reserved_ports:
38-
- 80 # Legacy nginx on this host
39-
- 443 # Legacy nginx on this host

ansible/roles/nginx

Lines changed: 0 additions & 1 deletion
This file was deleted.

ansible/roles/unnginx/tasks/main.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)