Stefan G. Weichinger

Results 31 issues of Stefan G. Weichinger

Situation: 2nd domain name "wp.2nd-domain.com" points to same IP as "wp.mydomain.com" Added a mapping via https://de.wordpress.org/plugins/multiple-domain-mapping-on-single-site/ fwd works for http://wp.2nd-domain.com but not for https://wp.2nd-domain.com ssl issues ... I assume I...

* new var {{ rclone_binary_path }} * new default value for rclone_version: "stable" * correction of role-name in molecule.yml: this will help including {{ rclone_binary_path }} in the molecule playbooks

The fact checking script `templates/etc/ansible/facts.d/rclone.fact.j2` (thankfully forked from @drybjed and the debops project) introduced with f281d85bae5464ae0a239771c0a3804dce7febb7 does not return correct facts with the `centos7` and `centos8` instances, when tested via...

enhancement

So far the role installs from upstream repos only and passes the OS package management. This might be problematic in some cases. I think of adding another installation "mode": a...

enhancement

A general question: Did you lately test `base-uefi.pkr.hcl` ? I try to get that working (Debian 11.3) with VirtualBox on my Fedora system and see various issues. The `boot_command` seems...

When running `service/ldap`, for example as part of the `bootstrap-ldap.yml` playbook, things fail when an LDAP host object is created or updated. The LDAP constraint for mac_addresses https://github.com/debops/debops/blob/8af5329925af73a3d343213fdcdf1601ef9441f7/ansible/roles/slapd/defaults/main.yml#L639 ist violated...

Running the role "elasticsearch" against a configured Debian Bullseye server breaks the config. googled the error message: "java.lang.IllegalArgumentException: can not explicitly configure node roles and use legacy role setting [node.master]=[true]"...

The `debops.lxc` role uses the ansible connection plugin `lxc_ssh.py` from [here](https://github.com/andreasscherbaum/ansible-lxc-ssh) Recently the PR https://github.com/andreasscherbaum/ansible-lxc-ssh/pull/31 was merged, and it would be nice to port the latest version into debops. @stefangweichinger...

Came back to your project as I looked into building Windows VMs on my local VirtualBox. I remember a working build from a few months ago, today a new run...

In my small role https://github.com/stefangweichinger/ansible-rclone I use your images to run molecule tests. In this issue https://github.com/stefangweichinger/ansible-rclone/issues/80 and the resulting PR https://github.com/stefangweichinger/ansible-rclone/pull/82 I added a check script template: https://github.com/stefangweichinger/ansible-rclone/blob/master/templates/etc/ansible/facts.d/rclone.fact.j2 It...