I have it.... kind of ugly, but it works. ANSIBLE_CONFIG is an environment variable I can work with. I have to export it to get it to work. I set it to what I need for this one playbook, and then set it back to the default after it is complete.
1 2 1 1-12/3 * export ANSIBLE_CONFIG="/etc/ansible/ansible_1fork.cfg"; ansible-playbook /playbooks/fetch_server_admins/fetch_server_admins.yml -e "host=myservers"; export ANSIBLE_CONFIG="/etc/ansible/ansible.cfg" -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4661deed-a459-458e-a151-41cbeebe2fad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
