mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix variable names in vars file example (#44643)
This commit is contained in:
parent
caeae632ba
commit
62ec0409e5
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ Example eAPI ``group_vars/eos.yml``
|
||||||
ansible_network_os: eos
|
ansible_network_os: eos
|
||||||
ansible_user: myuser
|
ansible_user: myuser
|
||||||
ansible_ssh_pass: !vault...
|
ansible_ssh_pass: !vault...
|
||||||
become: yes
|
ansible_become: yes
|
||||||
become_method: enable
|
ansible_become_method: enable
|
||||||
proxy_env:
|
proxy_env:
|
||||||
http_proxy: http://proxy.example.com:8080
|
http_proxy: http://proxy.example.com:8080
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue