initial commit
This commit is contained in:
7
tco.apache_abrd4/vars/centos.yml
Normal file
7
tco.apache_abrd4/vars/centos.yml
Normal 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
|
||||
7
tco.apache_abrd4/vars/debian.yml
Normal file
7
tco.apache_abrd4/vars/debian.yml
Normal 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
|
||||
2
tco.apache_abrd4/vars/main.yml
Normal file
2
tco.apache_abrd4/vars/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
# vars file for tco.apache_abrd3
|
||||
Reference in New Issue
Block a user