add almalinux target var file

This commit is contained in:
2023-09-12 14:44:55 +02:00
parent 6e42991efa
commit d0763aebe9
2 changed files with 10 additions and 0 deletions

View File

@@ -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

4
apache.yml Normal file
View File

@@ -0,0 +1,4 @@
---
- hosts: cibles
role:
- ansible_apache_formation