Sha256: 74413c8cd95d445c18c2edcfa108e2daec685935d7ea2dd5efcd7f841198dbe1

Contents?: true

Size: 511 Bytes

Versions: 8

Compression:

Stored size: 511 Bytes

Contents

[defaults]
forks     = 10
roles_path = ./roles:<%= File.join(gem_path, 'ansible', 'roles') %>:/etc/ansible/roles
vault_password_file = .vault_pass
inventory = inventory.yml
no_target_syslog = false
# Uncomment to add timestamps to tasks to find slow ones.
# callback_whitelist = profile_tasks

<% if @mitogen_path %>
strategy_plugins = <%= @mitogen_path %>/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
<% end %>

[ssh_connection]
pipelining = True
control_path = /tmp/subspace-control-%%h-%%p-%%r

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
subspace-3.0.13 template/subspace/ansible.cfg.erb
subspace-3.0.12 template/subspace/ansible.cfg.erb
subspace-3.0.11 template/subspace/ansible.cfg.erb
subspace-3.0.10 template/subspace/ansible.cfg.erb
subspace-3.0.9 template/subspace/ansible.cfg.erb
subspace-3.0.6 template/subspace/ansible.cfg.erb
subspace-3.0.5 template/subspace/ansible.cfg.erb
subspace-3.0.4 template/subspace/ansible.cfg.erb