mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-02 12:48:16 +00:00
init, dotfiles and install basic roles
This commit is contained in:
commit
46bdf4dda0
21 changed files with 283 additions and 0 deletions
14
ansible.cfg
Normal file
14
ansible.cfg
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue