Skip to content

Commit d1470f2

Browse files
author
Mason Morales
committed
Fix FAQ formatting
1 parent bf40163 commit d1470f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ Note: Any task with an **adhoc** prefix means that it is intended to be used adh
149149

150150
## Frequently Asked Questions
151151
**Q:** What is the difference between this and splunk-ansible?
152+
152153
**A:** The splunk-ansible project was built for the docker-splunk project, which is a completely different use case. The way that docker-splunk works is by spinning-up an image that already has splunk-ansible inside of it, and then any arguments provided to Docker are passed into splunk-ansible so that it can run locally inside of the container to install and configure Splunk there. While it's a cool use case, we didn't feel that splunk-ansible met our needs as Splunk administrators to manage production Splunk deployments, so we wrote our own.
153154
##
154155

155156
**Q:** When using configure_apps.yml, the play fails on the synchronize module. What gives?
157+
156158
**A:** This is due to a [known Ansible bug](https://github.com/ansible/ansible/issues/56629) related to password-based authentication. To workaround this issue, use a key pair for SSH authentication instead by setting the ansible_user and ansible_ssh_private_key_file variables.
157159
##
158160

0 commit comments

Comments
 (0)