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 # tasks file for apache_vhost
<<<<<<< HEAD - include_vars: "{{ ansible_os_family}}.yml"
- include_vars: "{{ ansible_os_family|lower }}.yml"
tags: always tags: always
=======
- include_vars: "{{ ansible_os_family }}.yml"
>>>>>>> certbot
- name: create dedicated user - name: create dedicated user
user: user:

View File

@@ -3,5 +3,6 @@ apache_config_dir: /etc/apache2/sites-enabled/
apache_packages: apache_packages:
- apache2 - apache2
apache_ssl_packages: openssl apache_ssl_packages: openssl
apache_service: apache2
apache_group: www-data 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/tco.apache_vhost/vars/RedHat.yml
#/home/tom/Documents/Opendoor/Technique/Ansible/roles/tconstans.apache/vars/Debian.yml
apache_config_dir: /etc/httpd/conf.d/ apache_config_dir: /etc/httpd/conf.d/
apache_packages: apache_packages:
- httpd - httpd
apache_service: httpd apache_service_name: httpd
apache_ssl_packages: mod_ssl apache_ssl_packages: mod_ssl
apache_group: apache 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