Robert Waffen

Results 70 comments of Robert Waffen

Any updates here? puppet-elastic-stack is already at 7.x ... so what's going on? :) I'm eagerly waiting to use 7.x, but not without puppet support.

@uberjew666 thanks for the great work! When will you do a PR?

i also stumbled upon this. wanted to separate my local roles/-folder into git modules, but no, you cannot do this without the workaround. sad_panda_face.jpg. thought i specified a ssh key...

@Jurka007 thx man, you safe my day! was going crazy because this didn't worked at all with proxmox_kvm

Docs updated or will be updated. Tested with wildfly 23, al things where working. closing here

problem should be solved, and/or can be mitigated by using code like this: ``` class { 'wildfly': version => '23.0.2', init_system => 'systemd', install_source => 'https://download.jboss.org/wildfly/23.0.2.Final/wildfly-23.0.2.Final.tar.gz', install_cache_dir => '/tmp', java_home...

is this still a thing? i'm on v2.9.16 and still having the problem that $repository/collections/requirements.yml is ignored :(

it's a pitty. but how do you handle this as long this is not merged, is there a workaround for this?

just for the record: i'm working around this like this. so i can include it in all my playbooks which need some collections. ``` --- # playbooks/test_play.yml - name: "ダミープラグ...

add a "ansible.cfg" in the root of your repository and add these lines ``` [defaults] roles_path = roles:/tmp/semaphore/.ansible/roles:/usr/share/ansible/roles collections_paths = collections:/tmp/semaphore/.ansible/collections:/usr/share/ansible/collections ``` I am also quite new to this, but...