All tools/Ansible

Ansible

ansible

Ansible is a radically simple IT automation system.

Detected by ansible, ansible-playbook, ansible-galaxy, ansible-doc, ansible-config, ansible-lint | macOS, Linux, Windows |docs.ansible.com

Sync rules

What travels, what stays, what never leaves
Ansible in your home directory Every rule on this page, by file
[defaults]
inventory = /Users/octocat/ops/inventory/hosts.inimachine-local
roles_path = /Users/octocat/ops/roles:/Users/octocat/.ansible/rolesmachine-local
collections_path = /Users/octocat/ops/collectionsmachine-local
private_key_file = /Users/octocat/.ssh/id_ed25519_opsmachine-local
vault_password_file = /Users/octocat/.ansible/vault-passmachine-local
log_path = /Users/octocat/.ansible/ansible.logmachine-local
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml

Each machine keeps its own copy of these.

· cp/ Exclude
· pc/ Exclude
· tmp/ Exclude
· galaxy_cache/ Exclude
· roles/ Exclude
· collections/ Exclude
· galaxy_token Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/ansible. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps the credential file out. None of them splits inventory and roles_path for you — that part is Otty’s own sync, or a template you write by hand.