Merge "Cleanup unused nodepool-base-legacy role"

This commit is contained in:
Zuul 2023-04-27 02:55:15 +00:00 committed by Gerrit Code Review
commit cd0a9913d4
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -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