tech:notes_ansible_ansible-navigator

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:notes_ansible_ansible-navigator [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_ansible_ansible-navigator [2025/12/04 11:13] (Version actuelle) Jean-Baptiste
Ligne 5: Ligne 5:
 Voir : Voir :
 * [[Ansible Docker Execution Environment]] * [[Ansible Docker Execution Environment]]
 +
  
 == Config == Config
  
-<code ini ansible.cfg>+''ansible.cfg'' 
 +<code ini>
 # Since Ansible 2.12 (core): # Since Ansible 2.12 (core):
 # To generate an example config file (a "disabled" one with all default settings, commented out): # To generate an example config file (a "disabled" one with all default settings, commented out):
Ligne 15: Ligne 17:
 # Also you can now have a more complete file by including existing plugins: # Also you can now have a more complete file by including existing plugins:
 # ansible-config init --disabled -t all > ansible.cfg # ansible-config init --disabled -t all > ansible.cfg
 +#
 +# Voir la configuration :
 +# ansible-config dump --only-changed -t all
  
 # For previous versions of Ansible you can check for examples in the 'stable' branches of each version # For previous versions of Ansible you can check for examples in the 'stable' branches of each version
Ligne 44: Ligne 49:
  
  
- +''~/.ansible-navigator.yml'' 
-<code yaml ~/.ansible-navigator.yml>+<code yaml>
 # # cspell:ignore cmdline, workdir # # cspell:ignore cmdline, workdir
 --- ---
Ligne 55: Ligne 60:
   execution-environment:   execution-environment:
     container-engine: podman     container-engine: podman
-    enabled: True+    enabled: true
     image: image-standard:0.9.1     image: image-standard:0.9.1
   logging:   logging:
     level: warning     level: warning
 </code> </code>
 +
 +
  
 == Exemple == Exemple
Ligne 85: Ligne 92:
 </code> </code>
  
-<code ini inv.txt>+''inv.txt'' 
 +<code ini>
 localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python
 </code> </code>
tech/notes_ansible_ansible-navigator.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki