Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. - name: configure softswitch global settings
  2. hosts: dps
  3. connection: local
  4.  
  5. tasks:
  6. - name: update dps softswitch
  7. dvn_globalsettings:
  8. url: "{{ rest_host }}"
  9. username: "{{ rest_user }}"
  10. password: "{{ rest_pass }}"
  11. admin_idle_timeout: 0
  12. obfuscation: "{{ hostvars[inventory_hostname].dps.obfuscation | length > 0 | default(omit) }}"
  13. validate_certs: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement