Aware of the possibilities to use the vault to encrypt the file, the thing is I have not found out how to use this in the playbook. The content of the encrypted credentials file is something like this (omitted) ansible@ubuntu-c:~$ cat credentials.yml $ANSIBLE_VAULT;1.1;AES256 30373530356435393538623861663236306130343136376434326166656638313763356537356239 623436 So how to referense to this in the playbook
... View more