initial commit

This commit is contained in:
2022-11-17 23:00:25 +01:00
commit bf2678ee44
15 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#/home/formation/sib_10_premier_playbook/centos.yml
apache_package_name: httpd
apache_service_name: httpd
apache_log_dir: /var/log/httpd/
apache_config_dir: /etc/httpd/conf.d/
apache_group: apache
apache_user: apache

View File

@@ -0,0 +1,7 @@
#/home/formation/sib_10_premier_playbook/debian.yml
apache_package_name: apache2
apache_service_name: apache2
apache_log_dir: /var/log/apache2/
apache_config_dir: /etc/apache2/sites-enabled/
apache_group: www-data
apache_user: www-data

View File

@@ -0,0 +1,2 @@
---
# vars file for tco.apache_abrd3