Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
Thrace-lan.info
/
ansible
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
working on changes, and debugging
master
Erin Sims
2 anos atrás
pai
0cc82f6c0a
commit
e57f4be2b5
2 arquivos alterados
com
4 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
playbooks/mpdf.conf.j2
+3
-1
playbooks/mpdf.yaml
+ 1
- 1
playbooks/mpdf.conf.j2
Ver arquivo
@@ -17,7 +17,7 @@ music_directory "nfs://example.com/path/to/your/music/"
database {
plugin "proxy"
host {{ hostvars[backendhost]['ansible_facts']['eth1']['ipv4']['address'] }}
host "142.93.181.29"
#
host "142.93.181.29"
port "8888"
password "password"
keepalive "yes"
+ 3
- 1
playbooks/mpdf.yaml
Ver arquivo
@@ -36,9 +36,11 @@
volume_normalization: no
audio_buffer_size: 2048
buffer_before_play: "1%"
backendhost: "{{ inventory_hostname |replace ("f", "b") }}"
tasks:
- name: "mpd backendhost"
set_fact:
backendhost: "{{ inventory_hostname |replace ("f", "b") }}"
- name: Install mpdf on hosts
apt:
name: mpd
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar