tech:notes_ansible_ansible-navigator

Différences

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

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_ansible_ansible-navigator [2025/11/06 12:00] Jean-Baptistetech: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 87: 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.1762426842.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki