Merge "Cleanup unused nodepool-base-legacy role"
This commit is contained in:
commit
cd0a9913d4
@ -1,8 +0,0 @@
|
||||
Minimal nodepool requirements for mixed puppet/ansible deployment.
|
||||
|
||||
Create minimal nodepool requirements so that we can manage nodepool servers
|
||||
with ansible and puppet while we transition.
|
||||
|
||||
**Role Variables**
|
||||
|
||||
* None
|
@ -1,12 +0,0 @@
|
||||
- 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
|
Loading…
x
Reference in New Issue
Block a user