Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-dovecot
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
correct dovecot packages
master
Markus Katharina Brechtel
7 vuotta sitten
vanhempi
9dde755a54
commit
8340f5c896
1 muutettua tiedostoa
jossa
17 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-1
tasks/main.yml
+ 17
- 1
tasks/main.yml
Näytä tiedosto
@@ -2,4 +2,20 @@
- name: install package
apt:
pkg: dovecot
pkg: "{{ item }}"
with_items:
- dovecot-imapd
- dovecot-lmptd
- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
state: directory
- name: pull configuration
synchronize:
src: /etc/dovecot
dest: host_files/{{inventory_hostname}}/etc/
mode: pull
recursive: true
Write
Preview
Loading…
Peruuta
Tallenna