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
d1806d8405
commit
ebb0e25d8a
2 arquivos alterados
com
5 adições
e
7 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
playbooks/mpdb.yaml
+3
-6
playbooks/mpdf.yaml
+ 2
- 1
playbooks/mpdb.yaml
Ver arquivo
@@ -42,7 +42,8 @@
- name: Install mpdb on hosts
apt:
name: mpd
state: present
state: latest
update_cache: yes
- name: setup config on hosts
template:
src: mpdb.conf.j2
+ 3
- 6
playbooks/mpdf.yaml
Ver arquivo
@@ -48,12 +48,9 @@
- name: Install mpdf on hosts
apt:
name: mpd
state: present
- name: Install sshfs on hosts
apt:
name: sshfs
state: present
- name: setup config on hosts
state: latest
update_cache: yes
- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: "/etc/mpdf{{ item }}.conf"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar