taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

ansible.cfg (149B)


      1 [defaults]
      2 interpreter_python = auto_silent
      3 retry_files_enabled = False
      4 roles_path = roles
      5 remote_tmp = /var/tmp
      6 
      7 [ssh_connection]
      8 pipelining = True