This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-postfix
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pull configuration
master
Markus Katharina Brechtel
7 years ago
parent
3939fbd914
commit
98e76cb765
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tasks/main.yml
+ 5
- 0
tasks/main.yml
View File
@@ -3,3 +3,8 @@
- name: install package
apt:
pkg: postfix
- name: pull configuration
synchronize:
src: /etc/postfix
dest: host_files/{{inventory_hostname}}/etc/postfix
Write
Preview
Loading…
Cancel
Save