1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Files
Tomas Sedovic ab24ad8364 Empty ssh (#729)
* Make `openstack_private_ssh_key` optional

Before this, the deployer could not reasonably rely on their own SSH
configuration or e.g. using the `--private-key` option to
ansible-playbook because we always wrote the `ansible_private_key_file`
value in the static inventory.

This change makes the `openstack_private_ssh_key` variable truly
optional: if it's not set, the static inventory will not configure the
SSH key and will just rely on the existing configuration.

* Update the openstack e2e CI

It no longer sets the SSH keys explicitly -- which should just work with
the previous commit.

* Put back the `openstack_ssh_public_key` in CI

This is the option we actually need to keep. This sholud fix the CI
failures.
2017-09-19 16:36:57 +02:00
..
2017-06-16 17:52:37 +02:00
2017-01-26 17:37:06 -05:00
2017-07-25 12:59:53 -04:00
2017-06-16 17:52:37 +02:00
2017-08-16 10:34:37 -04:00
2017-09-07 14:38:39 -05:00
2017-08-16 10:34:37 -04:00
2017-01-18 14:20:08 -05:00
2017-09-19 16:36:57 +02:00