Michal Medvecky

Results 4 issues of Michal Medvecky

nmp complains that bower (a dependency for t-vault) is deprecated: root@a712d33a485d:~# npm install -g bower gulp npm WARN deprecated [email protected]: We don't recommend using Bower for new projects. Please consider...

Sample: ```yaml - hosts: localhost vars: - key: "key123" - value: "value123" tasks: - hashivault_write: secret: "/cesta/k/jebnutemu/secretu" data: "{{ key }}": "{{ value }}" ``` ``` $ vault read /cesta/k/jebnutemu/secretu...

pinned

##### SUMMARY If mutual TLS is mandatory on the remote server, the remote certificate can still be fetched even without providing client TLS certificate. openssl s_client -connect host:port proves this....

bug
documentation
enhancement

Hello you need to specify "rabbitmq_create_cluster=true" instead of ="yes" (as in readme) at least with ansible 1.9 Michal