changed user and group to nobody

This commit is contained in:
Tamás Gérczei 2018-05-12 08:30:55 +02:00
parent ca8cbdfce7
commit 4846f6fc7d
Signed by: tgerczei
GPG Key ID: 9E1246D452248DCE
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
smarthost: mail smarthost: mail
tftp_dir: /data/tftproot tftp_dir: /data/tftproot
image_dir: "{{ tftp_dir }}/smartos" image_dir: "{{ tftp_dir }}/smartos"
tftp_user: tftp tftp_user: nobody
tftp_group: tftp tftp_group: nogroup
tasks: tasks:
- name: fetch platform image - name: fetch platform image