aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/general.yml')
-rw-r--r--tasks/general.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index f527f87..2131059 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -1,7 +1,11 @@
-- name: Install rsync
+- name: Install packages
package:
- name: rsync
+ name: "{{ item }}"
state: present
+ loop:
+ - rsync
+ - nginx
+ - dma
- name: Set up periodic.conf
template: