openstack-ansible/inventory/group_vars/all/ssh.yml
Jonathan Rosser e29049785c Create ssh certificate authority
This happens once at the start of the deployment and the keys are
stored on the deployment host.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/825113
Change-Id: I06bbf238321eb5d3e22b576b0797288d037e626d
2022-02-11 20:20:20 +00:00

31 lines
1.1 KiB
YAML

---
# Copyright 2022, BBC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#the name for the SSH signing key
openstack_ssh_signing_key: "OpenStack-Ansible-SSH-Signing-Key"
#override the setup host with this variable
#when not defined the default is 'localhost'
#openstack_ssh_keypairs_setup_host: 'my-ssh-setup-host'
#directory on the ssh setup host to store ssh keypairs
openstack_ssh_keypairs_dir: "{{ openstack_config_dir }}/ssh_keypairs"
#SSH signing key authority to create on the ssh setup host
openstack_ssh_keypairs_authorities:
- name: "{{ openstack_ssh_signing_key }}"