Files
openstack-ansible-openstack…/tasks/main.yml
Logan V fdc10bcea8 Add switch for /etc/hosts file management
OSA does not need to manage /etc/hosts if the operator's environment
has DNS resolvers that handle local resolution of the hosts and
containers in OSA's environment. This change adds an override switch
to disable /etc/hosts file management.

Change-Id: Id5513107078adb437a2e42220b73811c50f6eb12
2016-01-17 21:48:50 -06:00

27 lines
1018 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_proxy_settings.yml
- include: openstack_host_packages.yml
- include: openstack_sysstat.yml
- include: openstack_update_hosts_file.yml
when: openstack_host_manage_hosts_file | bool
- include: openstack_lvm_config.yml
- include: openstack_kernel_check.yml
- include: openstack_kernel_modules.yml
- include: openstack_kernel_tuning.yml
- include: openstack_authorized_keys.yml
- include: openstack_release.yml