JP Mens on Nostr: npub106wlj…tcln7 I'm lazy and when I run playbooks for testing I launch a (usually ...
npub106wljlems22dxxdkr7y6uvnu93ed6lvd3rv6y5et3x977q6ngxjqutcln7 (npub106w…cln7)
I'm lazy and when I run playbooks for testing I launch a (usually one-liner) script aptly named `a' (for "ansible") to do so. It might contain:
ansible-playbook playbook.yml
The wrapper I showed earlier is a bit more intelligent: if it finds a `-v` on the command line it sets ANSIBLE_STDOUT_CALLBACK=yaml which produces all metadata in YAML on output. (I typically run the default stdout callback which prints "******...")
Try it.
I'm lazy and when I run playbooks for testing I launch a (usually one-liner) script aptly named `a' (for "ansible") to do so. It might contain:
ansible-playbook playbook.yml
The wrapper I showed earlier is a bit more intelligent: if it finds a `-v` on the command line it sets ANSIBLE_STDOUT_CALLBACK=yaml which produces all metadata in YAML on output. (I typically run the default stdout callback which prints "******...")
Try it.