Skip to content

Commit

Permalink
[docs] Fixed role name in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 31, 2022
1 parent fb4191d commit e292d50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Below are listed all the variables you can customize
- hosts: openwisp2_wireguard
become: "{{ become | default('yes') }}"
roles:
- ansible-wireguard-openwisp
- openwisp.wireguard_openwisp
vars:
# URL of OpenWISP instance, you can omit this (delete it) if wireguard
# is being installed on the same host on which OpenWISP is running.
Expand Down Expand Up @@ -135,7 +135,7 @@ following example:
become: "{{ become | default('yes') }}"
roles:
- geerlingguy.certbot
- ansible-wireguard-openwisp
- openwisp.wireguard_openwisp
vars:
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
openwisp2_wireguard_vpn_uuid: "paste-vpn-uuid-here"
Expand Down Expand Up @@ -180,7 +180,7 @@ WireGuard interfaces.
- wireguard
become: "{{ become | default('yes') }}"
roles:
- ansible-wireguard-openwisp
- openwisp.wireguard_openwisp
vars:
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-1"
Expand All @@ -194,7 +194,7 @@ WireGuard interfaces.
- wireguard
become: "{{ become | default('yes') }}"
roles:
- ansible-wireguard-openwisp
- openwisp.wireguard_openwisp
vars:
openwisp2_wireguard_controller_url: "https://openwisp.yourdomain.com"
openwisp2_wireguard_path: "/opt/wireguard-openwisp/wireguard-2"
Expand Down

0 comments on commit e292d50

Please sign in to comment.