Browse Source

Merge pull request #2259 from woopstar/patch-5

Adding missing defaults for weave
pull/2203/merge
Antoine Legrand 6 years ago
committed by GitHub
parent
commit
a69db4169b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. 10
      roles/network_plugin/weave/defaults/main.yml

10
roles/network_plugin/weave/defaults/main.yml

@ -12,6 +12,16 @@ weave_cpu_requests: 10m
weave_seed: uninitialized weave_seed: uninitialized
weave_peers: uninitialized weave_peers: uninitialized
# weave's network password for encryption
# if null then no network encryption
# you can use --extra-vars to pass the password in command line
weave_password: EnterPasswordHere
# Weave uses consensus mode by default
# Enabling seed mode allow to dynamically add or remove hosts
# https://www.weave.works/docs/net/latest/ipam/
weave_mode_seed: false
# Set the MTU of Weave (default 1376, Jumbo Frames: 8916) # Set the MTU of Weave (default 1376, Jumbo Frames: 8916)
weave_mtu: 1376 weave_mtu: 1376

Loading…
Cancel
Save