ソースを参照

pull configuration

master
コミット
98e76cb765
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      tasks/main.yml

+ 5
- 0
tasks/main.yml ファイルの表示

@@ -3,3 +3,8 @@
- name: install package
apt:
pkg: postfix

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

読み込み中…
キャンセル
保存