Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - name: install package
- 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/
- mode: pull
- recursive: true
|