ansible.cfg
changeset 61 2dd82d9e2103
parent 60 48a3a65119d5
equal deleted inserted replaced
60:48a3a65119d5 61:2dd82d9e2103
     1 [defaults]
     1 [defaults]
     2 remote_tmp = ~/.ansible/tmp
     2 inventory = ./inventory
       
     3 
       
     4 #remote_tmp = ~/.ansible/tmp
     3 
     5 
     4 retry_files_enabled = false
     6 retry_files_enabled = false
     5 roles_path = ./roles
     7 roles_path = ./roles
     6 become_flags = -H -S -n -E
     8 #become_flags = -H -S -n -E
     7 squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
     9 #squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
     8 merge_multiple_cli_flags = true
    10 #merge_multiple_cli_flags = true
     9 
    11 
    10 # SSH
    12 # SSH
    11 timeout = 10
    13 #timeout = 10
    12 executable = /bin/bash
    14 #executable = /bin/bash
    13 host_key_checking = False
    15 host_key_checking = False
    14 #remote_port    = 22
    16 #remote_port    = 22
    15 
    17 
    16 [ssh_connection]
    18 [ssh_connection]
    17 pipelining = true
    19 pipelining = true