Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 51:33:16 |
Calls: | 632 |
Files: | 1,187 |
D/L today: |
21 files (18,502K bytes) |
Messages: | 178,040 |
I have a working script that creates a thread to execute an ansible
command.
I have a working script that creates a thread to execute an ansible
command.
Up until now, the ansible needed a password for ssh, which was provided
by sshpass -p mypass to the ansible script, like:
sshpass -p mypass ansible-playbook -b -i inv -e hosts=somehost* playbooks/ dosomething.yml -k
Am 19.09.25 um 13:34 schrieb Luis Mendes:
I have a working script that creates a thread to execute an ansibleand why do you not use SSH keys for this?
command.
Up until now, the ansible needed a password for ssh, which was provided
by sshpass -p mypass to the ansible script, like:
sshpass -p mypass ansible-playbook -b -i inv -e hosts=somehost*
playbooks/
dosomething.yml -k
Christian