Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
10sr
/
dotfiles-mirror
miroir de
https://github.com/10sr/dotfiles.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
ansible: run.sh -> local.sh
pull/1/head
10sr
il y a 10 ans
Parent
9712983581
révision
13deb987c9
2 fichiers modifiés
avec
8 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
ansible/local.hosts
+7
-1
ansible/local.sh
ansible/hosts → ansible/local.hosts
Voir le fichier
@@ -1 +1 @@
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
package_manager=pacman
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
ansible/run.sh → ansible/local.sh
Voir le fichier
@@ -8,4 +8,10 @@ then
exit 1
fi
ansible-playbook -i hosts --ask-sudo-pass "$@"
if test $# -eq 0
then
echo "usage: $0 <playbook> [...]"
exit 1
fi
ansible-playbook -i local.hosts --ask-sudo-pass "$@"
Écrire
Aperçu
Chargement…
Annuler
Enregistrer