File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
run_readiness_checks/meta Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ argument_specs:
1717 description : " The serial number of the firewall to run checks on"
1818 username :
1919 type : " str"
20- required : true
21- description : " Firewall login username"
20+ required : false
21+ description : " Firewall login username - defaults to envvar ANSIBLE_NET_USERNAME "
2222 password :
2323 type : " str"
24- required : true
25- description : " Firewall login password"
24+ required : false
25+ description : " Firewall login password - defaults to ennvar ANSIBLE_NET_PASSWORD "
2626 state :
2727 type : " str"
2828 required : true
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ argument_specs:
1717 description : " The serial number of the firewall to run checks on"
1818 username :
1919 type : " str"
20- required : true
21- description : " Firewall login username"
20+ required : false
21+ description : " Firewall login username - defaults to envvar ANSIBLE_NET_USERNAME "
2222 password :
2323 type : " str"
24- required : true
25- description : " Firewall login password"
24+ required : false
25+ description : " Firewall login password - defaults to ennvar ANSIBLE_NET_PASSWORD "
2626 exit_on_fail :
2727 type : " bool"
2828 required : false
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ argument_specs:
1717 description : " The serial number of the firewall to run checks on"
1818 username :
1919 type : " str"
20- required : true
21- description : " Firewall login username"
20+ required : false
21+ description : " Firewall login username - defaults to envvar ANSIBLE_NET_USERNAME "
2222 password :
2323 type : " str"
24- required : true
25- description : " Firewall login password"
24+ required : false
25+ description : " Firewall login password - defaults to ennvar ANSIBLE_NET_PASSWORD "
2626 version :
2727 type : " str"
2828 required : true
You can’t perform that action at this time.
0 commit comments