groups are not users, who knew?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
3f300be3bc
commit
48fbcd4978
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: Add nagios group as 420
|
- name: Add nagios group as 420
|
||||||
user: name=nagios gid=420 state=present system=yes
|
groups: name=nagios gid=420 state=present system=yes
|
||||||
|
|
||||||
- name: Add nagios user as 420
|
- name: Add nagios user as 420
|
||||||
user: name=nagios uid=420 state=present home=/var/spool/nagios comment="Nagios Monitoring User" createhome=yes system=yes shell=/bin/bash
|
user: name=nagios uid=420 state=present home=/var/spool/nagios comment="Nagios Monitoring User" createhome=yes system=yes shell=/bin/bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue