mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-12 20:55:47 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
17
setup/ansible/ansible.cfg
Normal file
17
setup/ansible/ansible.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[defaults]
|
||||
# Inventory location
|
||||
inventory = inventory
|
||||
# Location for roles
|
||||
roles_path = ./roles
|
||||
# Location for collections
|
||||
collections_paths = ./collections
|
||||
# Localtion for plugins & modules
|
||||
library = ./library
|
||||
# Console log settings
|
||||
display_skipped_hosts = false
|
||||
# Use the stdout_callback when running ad-hoc commands.
|
||||
bin_ansible_callbacks = True
|
||||
# Skip SSH host key checking
|
||||
host_key_checking = False
|
||||
# Disable cowsay
|
||||
nocows = 1
|
Loading…
Add table
Add a link
Reference in a new issue