Différences
Ci-dessous, les différences entre deux révisions de la page.
| |
| tech:awx_inventaire_vault [2026/03/17 18:04] – créée Jean-Baptiste | tech:awx_inventaire_vault [2026/03/30 15:26] (Version actuelle) – Jean-Baptiste |
|---|
| | <!DOCTYPE markdown> |
| | {{tag>Brouillon AWX Ansible}} |
| | |
| | # AWX inventaire vault |
| | |
| | * https://docs.ansible.com/projects/ansible/latest/vault_guide/vault_encrypting_content.html |
| | * https://github.com/ansible/awx/issues/14966 |
| | * https://github.com/ansible/awx/issues/223#issuecomment-416946662 |
| | * https://github.com/ansible/awx/issues/277 |
| | * https://stackoverflow.com/questions/79677522/awx-wont-load-an-inventory-from-project-containing-vault |
| | * https://github.com/ansible/awx/issues/223 |
| | * https://www.reddit.com/r/ansible/comments/zxhzw2/ansible_tower_with_project_sourced_inventory_issue/ |
| | * https://medium.com/t%C3%BCrk-telekom-bulut-teknolojileri/ansible-vault-with-awx-80b603617798 |
| | * https://github.com/ansible/awx/issues/15315 |
| | * https://groups.google.com/g/awx-project/c/kLtBoV90xPc |
| | * https://medium.com/t%C3%BCrk-telekom-bulut-teknolojileri/ansible-vault-with-awx-80b603617798 |
| | * https://github.com/ansible/awx/issues/14966 |
| | * https://github.com/ansible/awx/issues/15315 |
| | |
| | ~~~yaml |
| | # Secrets |
| | vars_files: |
| | - '../../secrets/{{ tower_env }}/vault.yml' |
| | ~~~ |
| | |
| | Source : https://serverfault.com/questions/878320/how-to-use-existing-vault-files-in-ansible-tower |
| | |
| | |
| | |
| | |
| | |
| | |
| | FIXME |
| | |
| |