[root@codegaurd]# cat runplaybook.py
import subprocess
subprocess.run(['ansible-playbook', 'main.yml', '--ask-vault-pass'])


[root@codegaurd]# python3 runplaybook.py
Vault password:

I have to pass it in same code when prompted. I do not want to change the ansible command as passing the password file , script etc doesnt suit for my use case. i can hardcode in same script as i give the compiled file.

I had to read a little about Ansible but a quick thought would be that I would write out a new YAML (yml) file to automate this.

Remember this is like me being blind and given the tail of the elephant. I can't guess what your app is trying to do overall.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.