We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d9206 commit ef56c22Copy full SHA for ef56c22
defaults/main.yml
@@ -11,6 +11,9 @@ nebula_bin_directory: /bin
11
# location of the nebula binaries
12
nebula_bin_directory: /bin
13
14
+# location of the nebula binaries
15
+nebula_bin_directory: /bin
16
+
17
# this will cause net.ipv4.ip_forward to be set to 1 to allow unsafe routes
18
enable_ip_forward: false
19
@@ -57,5 +60,3 @@ inbound:
57
60
- port: any
58
61
proto: icmp
59
62
host: any
-
-nebula_bin_directory: /bin
tasks/main.yml
@@ -52,7 +52,7 @@
52
path: "{{ nebula_bin_directory }}/nebula-cert"
53
owner: root
54
group: root
55
- mode: "0750"
+ mode: '0750'
56
- name: Create configuration directory
file:
0 commit comments