Browse Source

Correct sample inventory to pass yamllint (#6499)

Nit alert.  Sample inventory throws an error when processed
by yamllint.  The default line is currently commented out.
However, when uncommenting it our linters fail.
pull/6501/head
נυαη נυαηѕση 4 years ago
committed by GitHub
parent
commit
6c41f64a98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      inventory/sample/group_vars/all/all.yml

2
inventory/sample/group_vars/all/all.yml

@ -25,7 +25,7 @@ bin_dir: /usr/local/bin
## Internal loadbalancers for apiservers
# loadbalancer_apiserver_localhost: true
# valid options are "nginx" or "haproxy"
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
# loadbalancer_apiserver_type: nginx # valid values "nginx" or "haproxy"
## Local loadbalancer should use this port
## And must be set port 6443

Loading…
Cancel
Save