feat: initial commit — Ansible roles storage-01/gpu-01 opérationnels

This commit is contained in:
alkatrazz 2026-05-12 17:17:03 +02:00
commit b3fce8af5d
70 changed files with 2688 additions and 0 deletions

15
ansible/ansible.cfg Normal file
View 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