You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible_managed = This file is managed by Ansible. Any changes will be reverted. See the infrastructure repository to apply persistent changes to this file.
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
# We are hardcoding python3 here because Ansible doesn't appear to detect it properly on Ubuntu 18.04.
interpreter_python = /usr/bin/python3
# TODO: Add a filter in our inventory script to transform invalid group names ourselves?