Guest User

Untitled

a guest
May 23rd, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ---
  2. - name: Ensure clustering is configured with first node
  3. win_dsc:
  4. resource_name: xCluster
  5. Name: "{{ cluster_name }}"
  6. StaticIPAddress: "{{ cluster_ip }}"
  7. #credential_username: "{{ ansible_user }}"
  8. #credential_password: "{{ ansible_password }}"
  9. DomainAdministratorCredential: New-Object System.Management.Automation.PSCredential ("{{ ansible_user }}", ("{{ ansible_password}}" | ConvertTo-SecureString -asPlainText -Force))
Add Comment
Please, Sign In to add comment