]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ansible: do not pre-populate an SSH key for docs.ceph.com 207/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 6 Nov 2015 17:33:39 +0000 (10:33 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 6 Nov 2015 22:46:38 +0000 (15:46 -0700)
commit3ac3ec1dcbc058cc164dbe665fff405764a8dabe
tree808cd4cfdc198292e87802594b418cc5b0fb7607
parentbee3beda75a938d5fd2daaa1e936a4278037945d
ansible: do not pre-populate an SSH key for docs.ceph.com

The new docs VM is moving behind a firewall / reverse-proxy, so it will
not be directly accessible from the internet. We will to run the
documentation jobs directly on the docs VM as a Jenkins slave, and we
will stop using rsync over SSH for publishing the docs.

Since there's no direct SSH access to the docs VM any more, remove the
SSH host key from the slaves.

(My Ansible syntax in slave.yml.j2 was broken anyway.)
ansible/slave.yml
ansible/slave.yml.j2