]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: Update ansible ssh_args variable
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 14 Jun 2019 21:31:39 +0000 (17:31 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Jun 2019 07:24:24 +0000 (09:24 +0200)
commit34f9d51178f4cd37a7df1bb74897dff7eb5c065f
tree484247f5c157c76fe12122559635f59bbbdb0873
parent1019e3b3dce971cd81bcea854022fc929d42c139
tests: Update ansible ssh_args variable

Because we're using vagrant, a ssh config file will be created for
each nodes with options like user, host, port, identity, etc...
But via tox we're override ANSIBLE_SSH_ARGS to use this file. This
remove the default value set in ansible.cfg.

Also adding PreferredAuthentications=publickey because CentOS/RHEL
servers are configured with GSSAPIAuthenticationis enabled for ssh
server forcing the client to make a PTR DNS query.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
ansible.cfg
roles/ceph-config/tasks/create_ceph_initial_dirs.yml
tox-dashboard.ini
tox-podman.ini
tox-update.ini
tox.ini