Kevin Breit

Results 15 issues of Kevin Breit

I installed gruvbox using vim-plug but it's not working as I'd expect. It's installed in `~/.vim/pugged/` and `.vimrc`has this content... ``` call plug#begin('~/.vim/plugged') " Color-schemes Plug 'morhetz/gruvbox' call plug#end() colorscheme...

I am trying to develop an Ansible playbook which tailors the datadog-agent configuration based on the groups an endpoint is in within Ansible. For example, lets say there are the...

I have the following information in my values file: ``` adlists: - https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all ``` It creates the adlist ConfigMap and the `/etc/pihole/adlist.list` file but I don't see the adlist showing...

I installed synology-csi on a Kubernetes 1.20 cluster with a Synology target running 6.2.3 with the following configuration file: ``` host: 192.168.15.25 # ip address or hostname of the Synology...

##### SUMMARY Documentation from boto3 and Terraform (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_connection#local_ipv4_network_cidr) shows IPv4 network CIDR options are available to be set for VPN connections. In fact, this data is returned in the `options`...

/kind bug **What steps did you take and what happened:** I have a largely stock configuration and the `vsphere-csi-controller` is in CrashLoopBackOff. Reviewing the logs I am seeing this: ```...

kind/bug
lifecycle/frozen

## Describe the bug When running `panos_panorama_tunnel_interface` I am receiving a crash. This crash only happens if I do a `terraform plan`. If I do a `terraform plan -target=panos_panorama_tunnel_interface.gcp_tunnel` it...

bug

##### ISSUE TYPE - Bug Report ##### SUMMARY ##### ANSIBLE-NAVIGATOR VERSION ``` ansible-navigator 2.1.0 ``` ##### CONFIGURATION I've tested this without any modifications. ##### LOG FILE The error I receive...

bug
new

##### SUMMARY `community.vmware` is used to build Windows VMs in vSphere. The playbook has existed for a while and used to work but when using it in an Ansible 2.15...