From d0763aebe9bc08983e2dc883bf8a93904e99490a Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 12 Sep 2023 14:44:55 +0200 Subject: [PATCH] add almalinux target var file --- ansible_apache_formation/vars/almalinux9.yml | 6 ++++++ apache.yml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 ansible_apache_formation/vars/almalinux9.yml create mode 100644 apache.yml 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