ansible-course/11-jinga-templates/host_vars/10.0.0.8.yml
2024-07-14 00:57:15 -04:00

8 lines
228 B
YAML

webserver_package: apache2
webserver_service: apache2
php_package: libapache2-mod-php
database_package: mariadb-server
database_service: mariadb-server
passwd_auth: "no"
ssh_template_file: sshd_config_debian.j2
sshd_service: ssh