Skip to content

Commit

Permalink
More renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 8, 2023
1 parent 47cbd8a commit eac7259
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This role allows you to install and configure a WireGuard server.

```yml
- include_role:
name: bviktor.wireguard
name: noobient.wireguard
vars:
wg_endpoint: 'vpn.killingfloor2.party'
wg_clients: '6'
Expand Down
2 changes: 1 addition & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

# TODO other options https://www.cyberciti.biz/faq/centos-8-set-up-wireguard-vpn-server/
- include_role:
name: bviktor.sysctl
name: noobient.sysctl
vars:
file: "{{ item.file }}"
option: "{{ item.option }}"
Expand Down
6 changes: 3 additions & 3 deletions tasks/firewall.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# make sure firewalld is installed, we need it for the reload
- include_role:
name: bviktor.firewalld
name: noobient.firewalld

# we use /etc/firewalld, WG uses /lib/firewalld, causing a conflict, get rid of it
- name: Disable stock WireGuard firewall service
Expand All @@ -17,7 +17,7 @@

# this is for 'clients' reaching the 'server'
- include_role:
name: bviktor.firewalld
name: noobient.firewalld
vars:
service: 'wireguard'
port: "{{ wg_port | default(wg_default_port) }}/udp"
Expand All @@ -30,7 +30,7 @@

# this is for 'clients' talking to each other
- include_role:
name: bviktor.firewalld
name: noobient.firewalld
vars:
zone: 'wireguard'
interface: 'wg0'
Expand Down

0 comments on commit eac7259

Please sign in to comment.