On 04.04.2018 22:09, John Harmon wrote:
I believe I just have a syntax issue:

Inventory File:

win:
  hosts:
    ansible-win.nspnet.net
  vars:
    ansible_connection: winrm
    ansible_user: ansible
    ansible_password: >
     !vault |
          $ANSIBLE_VAULT;1.1;AES256
30653431356634633165316664383264313636623136623831663566303436613834366536663333 6236666435613164306162346261666339353230356365360a383661333263656465646533386561 33393937323838646264396166333266633062633330386630643161343365313533306135663332 6438373531326334310a316232386532313563363531303833373964363130633735636631396364
          6662


Have you tried

    ansible_password: !vault |
      $ANSIBLE_VAULT;1.1;AES256
30653431356634633165316664383264313636623136623831663566303436613834366536663333 6236666435613164306162346261666339353230356365360a383661333263656465646533386561 33393937323838646264396166333266633062633330386630643161343365313533306135663332 6438373531326334310a316232386532313563363531303833373964363130633735636631396364
      6662

because I think the string should come right after the colon and no grater than sign.

--
Kai Stian Olstad

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/88e545fe9d8d18f9388178856b3bf579%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to