Skip to content
Snippets Groups Projects
Select Git revision
  • c8b2c8949aad53a7e07227fafb5009b53ac6e85c
  • main default protected
2 results

ansible.cfg

Blame
  • ansible.cfg 152 B
    [defaults]
    inventory = inventory.yml
    forks = 30
    host_key_checking = False
    #strategy = free
    nocows=1
    cow_selection=stegosaurus
    [ssh_connection]
    retries=4