-
##### ISSUE TYPE
- Bug Report
##### container.yml
```
version: "2"
settings:
conductor:
base: alpine:latest
project_name: my-ac-project
services:
mycontainer:
from: …
treyd updated
6 years ago
-
### Summary
When trying to run the inventory plugin for the first time i get the error :
```
host_list declined parsing /ansiblepath/demo.aws_ec2.yml as it did not pass its verify_file() method
…
-
### Summary
When using aws_s3_bucket_info with a supplied bucket name to determine the bucket location, an unnecessary ListBuckets call means that more permissions are needed than what is needed to…
mohag updated
4 months ago
-
##### SUMMARY
Our pipeline is failing at times due to the attempt restart firewalld during Infinispan deployment.
##### ISSUE TYPE
- Bug Report
##### ANSIBLE VERSION
```
ansible [core…
-
As a Splunk Admin with a restricted git repo size, I want to be able to automatically install application from Splunk Base instead of GIT.
-
##### SUMMARY
AttributeError: 'NoneType' object has no attribute 'group'
I believe this is happening because the regex match in _parse_url of the class WebHandle does not allow for basic authentic…
-
##### ISSUE TYPE
- Bug Report
##### container.yml
```
version: "2"
settings:
conductor:
# The Conductor container does the heavy lifting, and provides a portable
# Python…
-
##### SUMMARY
Attempting to run k8s ansible module in a FIPS enabled OpenShift cluster fails with :
An unhandled exception occurred while running the lookup plugin 'k8s'. Error was a …
-
I set up a splunk environment with the following components:
- cluster master
- indexer cluster
- searchhead cluster
- standalone -> configured as a heavy forwarder
- (automatically generated m…
-
I'm working a distributed deployment, and in my case I was starting with the Splunk AMI for AWS. This AMI has splunk-ansible already installed which is great and saves some steps, but the behavior of …