Merge "Connect to remote hosts as root"

This commit is contained in:
Jenkins 2016-06-18 02:31:36 +00:00 committed by Gerrit Code Review
commit ddb6e33945

View File

@ -189,6 +189,7 @@ function configure_operator {
cat > ~vagrant/.ansible.cfg <<EOF cat > ~vagrant/.ansible.cfg <<EOF
[defaults] [defaults]
forks=100 forks=100
remote_user = root
[ssh_connection] [ssh_connection]
scp_if_ssh=True scp_if_ssh=True