ansible-role-nexus-oss/tasks/main.yml

7 lines
195 B
YAML
Raw Normal View History

2020-11-12 13:49:01 +01:00
---
2020-11-12 13:57:23 +01:00
- block:
- name: Create a user for the Nexus OSS service
user: name={{ nexus_user }} home=/dev/null createhome=no shell=/usr/sbin/nologin system=yes
tags: [ 'nexus', 'nexus_oss' ]