openstack-ansible/playbooks/setup-hosts.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

22 lines
854 B
YAML

---
# Copyright 2014, Rackspace US, Inc.
#
# 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.
- import_playbook: certificate-authority.yml
- import_playbook: certificate-ssh-authority.yml
- import_playbook: certificate-generate.yml
- import_playbook: openstack-hosts-setup.yml
- import_playbook: containers-deploy.yml
- import_playbook: security-hardening.yml