I want to use Ansible as part of another Python software. in that software I have a hosts list with …
ssh ansible ansible-ad-hocIn a playbook, I try to extract the last character of variable "ansible_hostname". I try to use regex_replace …
regex ansible ansible-ad-hocIs it possible to use what would normally be included in ansible_facts in an Ansible adhoc command? For example, …
ansible ansible-facts ansible-ad-hoc