mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
e8947f318b
* Refactoring, booleans declaration and update users fix * Make server_name more FQDN compatible * Rename variables * Define the default value for store_cakey * Skip a prompt about the SSH user if deploying to localhost * Disable reboot for non-cloud deployments * Enable EC2 volume encryption by default * Add default server value (localhost) for the local installation Delete empty files * Add default region to aws_region_facts * Update docs * EC2 credentials fix * Warnings fix * Update deploy-from-ansible.md * Fix a typo * Remove lightsail from the docs * Disable EC2 encryption by default * rename droplet to server * Disable dependencies * Disable tls_cipher_suite * Convert wifi-exclude to a string. Update-users fix * SSH access congrats fix * 16.04 > 18.04 * Dont ask for the credentials if specified in the environment vars * GCE server name fix
16 lines
397 B
INI
16 lines
397 B
INI
[defaults]
|
|
inventory = inventory
|
|
pipelining = True
|
|
retry_files_enabled = False
|
|
host_key_checking = False
|
|
timeout = 60
|
|
stdout_callback = full_skip
|
|
|
|
[paramiko_connection]
|
|
record_host_keys = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o ConnectTimeout=6 -o ConnectionAttempts=30 -o IdentitiesOnly=yes
|
|
scp_if_ssh = True
|
|
retries = 30
|