c34860d166
Change-Id: I9d0721a7db7f355683895fca5a2a5f152d147034
13 lines
223 B
YAML
13 lines
223 B
YAML
- name: Add the nodepool group
|
|
group:
|
|
name: nodepool
|
|
state: present
|
|
|
|
- name: Add the nodepool user
|
|
user:
|
|
name: nodepool
|
|
group: nodepool
|
|
home: /home/nodepool
|
|
create_home: yes
|
|
shell: /bin/bash
|