openstack-ansible-os_horizon/vars/debian.yml
Travis Truman c82ef96e1d Updating os_horizon to use the Multi-Distro framework
Debian-specific vars and logic have been moved to tasks
that will execute only on those distributions.

Change-Id: I16664a9c4364938a065bf07472e25e93ba1b828c
Implements: blueprint multi-platform-host
2016-05-20 15:01:26 -04:00

28 lines
855 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.
## APT Cache options
cache_timeout: 600
horizon_apt_packages:
- apache2
- apache2-utils
- cron # required by the Ansible cron module
- libapache2-mod-wsgi
- libssl-dev
- libxslt1.1
- openssl
- python-mysqldb # required by the Ansible mysql_db module