Issue-ID: INF-441
Change-Id: I92655f7d8e699708734bdffa06c1bbb1867f4a10
Signed-off-by: Arnaldo Hernandez <arjuhe@gmail.com>
/logs
/rtp/
/wrlinux-x/
+venv/
# documentation
.tox
# editor
.vscode
+rtp.code-workspace
\ No newline at end of file
[defaults]
+host_key_checking = false
+inventory = ./inventory
roles_path = ./roles
+library = library
remote_tmp = /tmp
+playbook_dir = ./playbooks
+collections_paths = ./collections
+command_warnings = true
+ansible_managed = "This file is managed by Ansible - changes may be lost"
+retry_files_enabled = false
+forks = 8
+stdout_callback = yaml
+# callback_whitelist = debug,profile_tasks
+callbacks_enabled = timer, debug, profile_tasks
+#mail, profile_roles, collection_namespace.collection_name.custom_callback
[privilege_escalation]
become_method = sudo
become_ask_pass = True
+
+---
collections:
- ansible.posix
- ansible.utils
+ - containers.podman
+ - community.crypto
- community.general
- community.libvirt
- kubernetes.core