![Dmitriy Rabotyagov](/assets/img/avatar_default.png)
In order to unify approach for managing Apache Web server, we migrate to usage of standalone `httpd` role instead of managing apache separately inside service roles. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/938275 Depends-On: https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/939640 Change-Id: I8cf760fe59842746758f4f430038cfe6e64e936e
24 lines
764 B
YAML
24 lines
764 B
YAML
---
|
|
# Copyright 2016, Walmart Stores, 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.
|
|
|
|
_repo_service_user_name: apache
|
|
_repo_service_group_name: apache
|
|
_repo_service_home_folder: /usr/share/httpd
|
|
|
|
repo_server_distro_packages:
|
|
- git
|
|
- python3-devel
|
|
- sudo
|