manual merge

This commit is contained in:
2024-05-23 09:34:31 +02:00
parent 180aa7c404
commit a882c50e2a
5 changed files with 5 additions and 17 deletions

View File

@@ -1,12 +1,8 @@
---
# tasks file for apache_vhost
<<<<<<< HEAD
- include_vars: "{{ ansible_os_family|lower }}.yml"
- include_vars: "{{ ansible_os_family}}.yml"
tags: always
=======
- include_vars: "{{ ansible_os_family }}.yml"
>>>>>>> certbot
- name: create dedicated user
user:

View File

@@ -3,5 +3,6 @@ apache_config_dir: /etc/apache2/sites-enabled/
apache_packages:
- apache2
apache_ssl_packages: openssl
apache_service: apache2
apache_group: www-data
apache_service_name: apache2
apache_config_dir: /etc/apache2/sites-enabled/

View File

@@ -1,8 +1,7 @@
#/home/tom/Documents/Opendoor/Technique/Ansible/roles/tconstans.apache/vars/Debian.yml
#/home/tom/Documents/Opendoor/Technique/Ansible/roles/tco.apache_vhost/vars/RedHat.yml
apache_config_dir: /etc/httpd/conf.d/
apache_packages:
- httpd
apache_service: httpd
apache_service_name: httpd
apache_ssl_packages: mod_ssl
apache_group: apache

View File

@@ -1,4 +0,0 @@
---
apache_group: www-data
apache_config_dir: /etc/apache2/sites-enabled/
apache_service_name: apache2

View File

@@ -1,4 +0,0 @@
---
apache_group: apache
apache_config_dir: /etc/httpd/conf.d/
apache_service_name: httpd