manual merge
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
apache_group: www-data
|
|
||||||
apache_config_dir: /etc/apache2/sites-enabled/
|
|
||||||
apache_service_name: apache2
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
apache_group: apache
|
|
||||||
apache_config_dir: /etc/httpd/conf.d/
|
|
||||||
apache_service_name: httpd
|
|
||||||
Reference in New Issue
Block a user