Sha256: 31c37ca72b1f921f92f063483e4a94dbe1c188862fe155fdeb55060bf8f9c814
Contents?: true
Size: 574 Bytes
Versions: 6
Compression:
Stored size: 574 Bytes
Contents
## # This is the Ansible config used in local dev, when I'm running `qb` from # the project root. # # It should probably be at `//dev/ansible.cfg` but I tried moving it there and # it didn't work and I'm not gonna investigate now. # ## [defaults] roles_path = ./dev/scratch/roles retry_files_enabled = False # Will cause Ansible to cache facts at `//tmp/facts_cache/localhost` in JSON # format. Useful when you want to see what it's caching and play with using the # cache # gathering = explicit # fact_caching = jsonfile # fact_caching_connection = ./tmp/facts_cache
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
qb-0.4.5 | ansible.cfg |
qb-0.4.4 | ansible.cfg |
qb-0.4.3 | ansible.cfg |
qb-0.4.2 | ansible.cfg |
qb-0.4.1 | ansible.cfg |
qb-0.4.0 | ansible.cfg |