0b14d1ebae
With ansible-core 2.13 it tries to substitude package resolution in apt module. However git-core is used in Debian as transitional name, but ansible tries to select it and provide version, which is not correct behaviour. But since git-core is not really valid anyway, we just replace it to workaround ansible's imperfectness. Change-Id: Ic931147588dc549eaf41db9ff1c4abda2b8537c5
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
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.
|
|
|
|
cache_timeout: 600
|
|
|
|
swift_distro_packages:
|
|
- liberasurecode1
|
|
- openssh-server
|
|
- openssh-client
|
|
- rsync
|
|
|
|
swift_devel_distro_packages:
|
|
- git
|
|
- liberasurecode-dev
|
|
- libffi-dev
|
|
- libssl-dev
|
|
- libsystemd-dev
|
|
|
|
swift_service_distro_packages:
|
|
- python3-keystonemiddleware
|
|
- python3-memcache
|
|
- python3-swift
|
|
- swift
|
|
|
|
swift_account_distro_packages:
|
|
- swift-account
|
|
|
|
swift_container_distro_packages:
|
|
- swift-container
|
|
|
|
swift_object_distro_packages:
|
|
- swift-object
|
|
|
|
swift_proxy_distro_packages:
|
|
- swift-proxy
|
|
|
|
swift_rsync_service_name: rsync
|
|
|
|
swift_sshd: ssh
|