EvalueTonSavoir/ansible/inventory.ini

9 lines
No EOL
379 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Spécifier les serveurs où vous souhaitez déployer votre application.
# Remplacez votre_ip_serveur par ladresse IP de votre serveur, et votre_utilisateur_ssh par le nom dutilisateur SSH.
# Pour les serveurs
# [app_servers]
# votre_ip_serveur ansible_user=votre_utilisateur_ssh
[local]
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3