You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ssl is activated in the playbook, the installation of httpd fails.
mod_ssl is installed by default on Debian based systems.
=> commeting out - mod_ssl in vars/main.yml solves it.
_httpd_ssl_packages:
default:
- mod_ssl
Playbook
host_vars used for robertdebock.httpd
https_ssl_enable: yes
httpd_ssl_port: 443
name: my_directory
path: "{{ httpd_data_directory }}nextcloud"
allow_override: All
Output
TASK [robertdebock.httpd : install ssl packages] **********************************************************************
fatal: [nextcloud.klenk.bayern]: FAILED! => {"changed": false, "msg": "No package matching 'mod_ssl' is available"}
Environment
Control node OS: openSUSE Tumbleweed
Control node Ansible version: ansible 2.9.27
Managed node OS: Debian 11.2
In case you need more input, please let me know. Just checking out all of your nice scripts and if they are feasible to set up the homelab from scratch
The text was updated successfully, but these errors were encountered:
Describe the bug
If ssl is activated in the playbook, the installation of httpd fails.
mod_ssl is installed by default on Debian based systems.
=> commeting out - mod_ssl in vars/main.yml solves it.
Playbook
host_vars used for robertdebock.httpd
https_ssl_enable: yes
httpd_ssl_port: 443
httpd_vhosts:
servername: "{{ ansible_fqdn }}"
documentroot: "{{ httpd_data_directory }}/nextcloud"
httpd_directories:
path: "{{ httpd_data_directory }}nextcloud"
allow_override: All
Output
Environment
In case you need more input, please let me know. Just checking out all of your nice scripts and if they are feasible to set up the homelab from scratch
The text was updated successfully, but these errors were encountered: