Sha256: 15365081b0c6b1c063f040b3d8790926e864fcbe3ce9ef84f953e6506ae1a33a

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 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
# 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

4 entries across 4 versions & 1 rubygems

Version Path
subspace-3.0.3 template/subspace/ansible.cfg.erb
subspace-3.0.2 template/subspace/ansible.cfg.erb
subspace-3.0.0 template/subspace/ansible.cfg.erb
subspace-3.0.0.rc1 template/subspace/ansible.cfg.erb