added Install gitlab with Ansible and Docker Compose

This commit is contained in:
2023-03-21 10:39:51 +01:00
commit ef94a161c5
14 changed files with 208 additions and 0 deletions

19
gitlab/ansible.cfg Executable file
View File

@@ -0,0 +1,19 @@
[defaults]
inventory = ./inv/
log_path = ~/.ansible/log_ansible.log
privat_key_file = ~/.ssh/ansible
roles_path = ./roles
retry_files_enabled = true
retry_files_save_path = ~/.ansible/retry-files
force_handlers = true
vault_identity_list = ~/.ansible/.vault-pass
#Gather CONFIG
gathering = smart
fact_caching = yaml
fact_caching_connection = ~/.ansible/fact_caching
fact_caching_timeout = 86400
callback_plugins = "$(python3 -m ara.setup.callback_plugins)"
[ara]
api_client = http
api_server = http://127.0.0.1:8000