Преглед изворни кода

host_files directory

master
Markus Katharina Brechtel пре 7 година
родитељ
комит
fba1d7a720
1 измењених фајлова са 8 додато и 2 уклоњено
  1. +8
    -2
      tasks/main.yml

+ 8
- 2
tasks/main.yml Прегледај датотеку

@@ -4,9 +4,15 @@
apt:
pkg: postfix

- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
state: directory

- name: pull configuration
synchronize:
src: /etc/postfix/
dest: host_files/{{inventory_hostname}}/etc/postfix
src: /etc/postfix
dest: host_files/{{inventory_hostname}}/etc/
mode: pull
recursive: true

Loading…
Откажи
Сачувај