Skip to content

Commit ef56c22

Browse files
committed
add permissions to nebula-cert
1 parent 69d9206 commit ef56c22

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

defaults/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ nebula_bin_directory: /bin
1111
# location of the nebula binaries
1212
nebula_bin_directory: /bin
1313

14+
# location of the nebula binaries
15+
nebula_bin_directory: /bin
16+
1417
# this will cause net.ipv4.ip_forward to be set to 1 to allow unsafe routes
1518
enable_ip_forward: false
1619

@@ -57,5 +60,3 @@ inbound:
5760
- port: any
5861
proto: icmp
5962
host: any
60-
61-
nebula_bin_directory: /bin

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
path: "{{ nebula_bin_directory }}/nebula-cert"
5353
owner: root
5454
group: root
55-
mode: "0750"
55+
mode: '0750'
5656

5757
- name: Create configuration directory
5858
file:

0 commit comments

Comments
 (0)