Sha256: 6593520d094763d67fbc4493b627515645820d1eb1a3b500a0e05c9a9bdb92b9

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

[defaults]
inventory = hosts
forks     = 10
roles_path = ./roles:<%= File.join(gem_path, 'ansible', 'roles') %>:/etc/ansible/roles
vault_password_file = .vault_pass
# 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

3 entries across 3 versions & 1 rubygems

Version Path
subspace-2.5.10 template/provision/ansible.cfg.erb
subspace-2.5.9 template/provision/ansible.cfg.erb
subspace-2.5.8 template/provision/ansible.cfg.erb