Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmoini committed Oct 31, 2023
1 parent bef69f4 commit bd905a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/content/en/post/2023/10/custom-credentials-in-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,14 @@ required:
---
env:
NUTANIX_HOSTNAME: '{{ nutanix_host }}'
NUTANIX_HOST: '{{ nutanix_host }}'
NUTANIX_PORT: '{{ nutanix_port }}'
NUTANIX_USERNAME: '{{ nutanix_username }}'
NUTANIX_PASSWORD: '{{ nutanix_password }}'
VALIDATE_CERTS: '{{ nutanix_validate_certs }}'
extra_vars:
nutanix_host: '{{ nutanix_host }}'
nutanix_hostname: '{{ nutanix_host }}'
nutanix_port: '{{ nutanix_port }}'
nutanix_username: '{{ nutanix_username }}'
nutanix_password: '{{ nutanix_password }}'
Expand Down

0 comments on commit bd905a9

Please sign in to comment.