]> git.apps.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 14:45:38 +0000 (16:45 +0200)
commitb1f8518ef9b705223554251474be44bf8091151e
tree50442fb9b8487b0f071cec9d420d7fcf2f00bdae
parent82ab98326cd0380a26c1545057af0c5788cbf00b
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>
(cherry picked from commit 34f9d51178f4cd37a7df1bb74897dff7eb5c065f)
ansible.cfg
roles/ceph-config/tasks/create_ceph_initial_dirs.yml
tox-dashboard.ini
tox-podman.ini
tox-update.ini
tox.ini