init, dotfiles and install basic roles

This commit is contained in:
ProgramSnail 2025-08-03 12:33:33 +03:00
commit 46bdf4dda0
21 changed files with 283 additions and 0 deletions

14
ansible.cfg Normal file
View file

@ -0,0 +1,14 @@
[defaults]
# use more readable condensed callback
stdout_callback = unixy
display_ok_hosts = false
display_skipped_hosts = false
# disable warnings
localhost_warning = False
# load everything from this repo
# roles, plugins, vars, etc
home = .
connection_plugins = ./plugins/connection/:./distrobox-ansible/plugins/connection/