informatique:linux:ansible
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| informatique:linux:ansible [2020/04/30 14:30] – didzkovitchz | informatique:linux:ansible [2020/05/11 16:40] (current) – didzkovitchz | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== venv ===== | ===== venv ===== | ||
| + | |||
| + | '' | ||
| '' | '' | ||
| + | |||
| ===== qqes commandes ===== | ===== qqes commandes ===== | ||
| '' | '' | ||
| + | |||
| ===== Commentaires dans inventaire ===== | ===== Commentaires dans inventaire ===== | ||
| '' | '' | ||
| + | |||
| + | |||
| + | ===== Lien ===== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Fichier ansible.cfg ===== | ||
| + | |||
| + | FIXME Attention, j'ai déjà rencontré l' | ||
| + | Mais d'un autre côté c'est cette ligne qui m'a aidé à faire fonctionner le Dell OpenManage Module for Ansible... | ||
| + | |||
| + | < | ||
| + | [defaults] | ||
| + | ansible_managed = This file is managed by Didier with the Ansible software.%n | ||
| + | # deploy-from-template: | ||
| + | # deploy-at-date: | ||
| + | # deploy-by-user: | ||
| + | # deploy-from-host: | ||
| + | |||
| + | host_key_checking = False | ||
| + | display_args_to_stdout = true | ||
| + | inventory= ./ | ||
| + | library= ./lib | ||
| + | forks= 150 | ||
| + | roles_path= ./roles | ||
| + | log_path= / | ||
| + | # | ||
| + | # | ||
| + | nocows= 1 | ||
| + | # | ||
| + | # dense stdout callback options | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # set plugin path directories here, separate with colons | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | lookup_plugins | ||
| + | inventory_plugins | ||
| + | # | ||
| + | filter_plugins | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | interpreter_python = / | ||
| + | |||
| + | [inventory] | ||
| + | enable_plugins = script, ini | ||
| + | |||
| + | [diff] | ||
| + | # Always print diff when running ( same as always running with -D/--diff ) | ||
| + | always = yes | ||
| + | |||
| + | [colors] | ||
| + | verbose= purple | ||
| + | </ | ||
| + | |||
| + | {{tag> | ||
informatique/linux/ansible.1588249838.txt.gz · Last modified: 2020/04/30 14:30 by didzkovitchz
