Open muelli opened 9 years ago
add to file /etc/ansible/host_vars/host_name.yml or /etc/ansible/group_vars/group_name.yml or /etc/ansible/group_vars/all.yml
console_root_password: '{{ lookup("password", secret + "/credentials/" + ansible_fqdn + "/console/root/password length=" + console_root_password_length) }}'
I guess this should have been pulled in when I did pip install.