We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-ansible'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[defaults]
inventory = ./inventory.ini
host_key_checking = False
retry_files_enabled = False
roles_path = ./roles
log_path = ./ansible.log
forks = 5
timeout = 30
gathering = smart
display_skipped_hosts = True
command_warnings = False
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
[colors]
highlight = white
verbose = blue
warn = bright purple
error = red
debug = dark gray
deprecate = purple
skip = cyan
unreachable = red
ok = green
changed = yellow
diff_add = green
diff_remove = red
diff_lines = cyan