issue #164: speed up DH generation step

pull/193/head
David Wilson 7 years ago
parent de5028ac18
commit 5bf5664667

@ -27,8 +27,13 @@ strategy_plugins = ${TRAVIS_BUILD_DIR}/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
EOF
cat >> ansible/inventory/hosts <<-EOF
target ansible_python_interpreter=/usr/bin/python2.7 ansible_connection=docker
cat > ansible/inventory/host_vars/target.yml <<-EOF
ansible_connection: docker
ansible_python_interpreter: /usr/bin/python2.7
# Speed up slow DH generation.
dhparam__bits: [128, 64]
EOF
echo target >> ansible/inventory/hosts
debops common

Loading…
Cancel
Save