mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels
This commit is contained in:
commit
b3fce8af5d
70 changed files with 2688 additions and 0 deletions
15
ansible/ansible.cfg
Normal file
15
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[defaults]
|
||||
inventory = inventory.yml
|
||||
roles_path = roles
|
||||
remote_user = ansible
|
||||
private_key_file = ~/.ssh/id_ed25519
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
stdout_callback = ansible.builtin.default
|
||||
result_format = yaml
|
||||
interpreter_python = auto_silent
|
||||
vault_password_file = ../.vault_pass
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
Loading…
Add table
Add a link
Reference in a new issue