openstack-ansible/playbooks/setup-hosts.yml
Major Hayden 00207d3988 Include security role in setup-hosts.yml
The openstack-ansible-security role is now included in the
setup-hosts.yml playbook but it still requires a deployer to
set apply_security_hardening to True for it to be applied.

Change-Id: I02324b15a4ddffa52b15a23bd381892d4dfd39fc
2016-03-29 03:28:15 +00:00

20 lines
727 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.
- include: openstack-hosts-setup.yml
- include: security-hardening.yml
- include: lxc-hosts-setup.yml
- include: lxc-containers-create.yml