]> 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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 17 Jun 2019 16:02:36 +0000 (12:02 -0400)
commited9b594b80d1936fd678c0f7df22c94c7010b2cd
tree1c2e7616e16c13df63bac9eac600b75dd7b50454
parent64659d2c8292ca429e1939e5a54df155a0493065
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-update.ini
tox.ini