diff --git a/ansible_apache_formation/vars/almalinux9.yml b/ansible_apache_formation/vars/almalinux9.yml new file mode 100644 index 0000000..cee3cf0 --- /dev/null +++ b/ansible_apache_formation/vars/almalinux9.yml @@ -0,0 +1,6 @@ +#/home/formation/ansible_apache_formation/vars/centos8.yml +python_passlib_package: python3-passlib +apache_service_name: httpd +apache_package_name: httpd +apache_config_dir: /etc/httpd/conf.d +apache_group_name: apache diff --git a/apache.yml b/apache.yml new file mode 100644 index 0000000..4018564 --- /dev/null +++ b/apache.yml @@ -0,0 +1,4 @@ +--- +- hosts: cibles + role: + - ansible_apache_formation