Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
10sr
/
dotfiles-mirror
espelho de
https://github.com/10sr/dotfiles.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
ansible: run.sh -> local.sh
pull/1/head
10sr
há 10 anos
ascendente
9712983581
cometimento
13deb987c9
2 ficheiros alterados
com
8 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
ansible/local.hosts
+7
-1
ansible/local.sh
ansible/hosts → ansible/local.hosts
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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 "$@"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar