Outils pour utilisateurs

Outils du site


tech:notes_ansible_tower_-_ansible_automation_platform

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_tower_-_ansible_automation_platform [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:notes_ansible_tower_-_ansible_automation_platform [2025/12/04 11:33] (Version actuelle) Jean-Baptiste
Ligne 5: Ligne 5:
 Voir aussi : Voir aussi :
 * event-driven platform for runbook automation / IFTTT (if this, then that) * event-driven platform for runbook automation / IFTTT (if this, then that)
- ** [[https://en.m.wikipedia.org/wiki/StackStorm|StackStorm]] +  * [[https://en.m.wikipedia.org/wiki/StackStorm|StackStorm]] 
 * https://en.m.wikipedia.org/wiki/Infrastructure_as_code#Tools * https://en.m.wikipedia.org/wiki/Infrastructure_as_code#Tools
  
Ligne 19: Ligne 19:
 * https://access.redhat.com/taxonomy/products/red-hat-ansible-automation-platform * https://access.redhat.com/taxonomy/products/red-hat-ansible-automation-platform
 * https://access.redhat.com/taxonomy/products/red-hat-ansible-automation-hub * https://access.redhat.com/taxonomy/products/red-hat-ansible-automation-hub
 +
 +Voir :
 +* https://legacy-controller-docs.ansible.com/automation-controller/latest/html/
  
  
Ligne 115: Ligne 118:
  
 Automation Hub / Galaxy Automation Hub / Galaxy
 +
 +jfrog-artifactory :
 +  * https://jfrog.com/help/r/jfrog-artifactory-documentation/ansible-repositories
 +  * https://jfrog.com/blog/manage-ansible-collections-with-jfrog-artifactory/
 +
  
 === Hop node === Hop node
Ligne 228: Ligne 236:
 #ansible-config init --disabled -t all > ansible.cfg #ansible-config init --disabled -t all > ansible.cfg
 ansible-navigator config init --disabled -t all > ansible.cfg ansible-navigator config init --disabled -t all > ansible.cfg
 +</code>
 +
 +Voir la configuration
 +<code bash>
 +ansible-config dump --only-changed -t all
 </code> </code>
  
Ligne 274: Ligne 287:
 Source : https://goetzrieger.github.io/ansible-tower-advanced/4-awx-cli-exercises/ Source : https://goetzrieger.github.io/ansible-tower-advanced/4-awx-cli-exercises/
  
 +
 +
 +== Autres
 +
 +=== Credentials
 +
 +
 +<code bash>
 +sudo awx-python -m pip install safeguardcredentialtype
 +sudo awx-manage setup_managed_credential_types
 +sudo automation-controller-service restart
 +</code>
 +
 +Source : https://pypi.org/project/safeguardcredentialtype/
 +
 +Voir aussi : ''M(awx.awx.credential_input_source)''
  
  
tech/notes_ansible_tower_-_ansible_automation_platform.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki