clean up openqa/server a bit more
I'd like to revise this a bit to be usable outside infra again, but tomorrow...or later...
This commit is contained in:
parent
8d4a492b02
commit
39c72cc3e4
1 changed files with 1 additions and 10 deletions
|
@ -36,15 +36,6 @@
|
||||||
# need to ensure geekotest always has the same uid/gid if we re-deploy
|
# need to ensure geekotest always has the same uid/gid if we re-deploy
|
||||||
# the servers. So we create the account here with uid/gid 601.
|
# the servers. So we create the account here with uid/gid 601.
|
||||||
|
|
||||||
# this first one is just to make sure I don't screw up prod while I'm
|
|
||||||
# fiddling with this stuff on stg
|
|
||||||
- name: Check if geekotest already exists (temp)
|
|
||||||
command: "getent passwd geekotest"
|
|
||||||
register: gotgeeko
|
|
||||||
failed_when: "1 != 1"
|
|
||||||
changed_when: "1 != 1"
|
|
||||||
always_run: true
|
|
||||||
|
|
||||||
- name: Create geekotest group with static GID 601
|
- name: Create geekotest group with static GID 601
|
||||||
group: name=geekotest gid=601 system=yes
|
group: name=geekotest gid=601 system=yes
|
||||||
when: "gotgeeko.rc > 0"
|
when: "gotgeeko.rc > 0"
|
||||||
|
@ -61,7 +52,7 @@
|
||||||
shell: /sbin/nologin
|
shell: /sbin/nologin
|
||||||
when: "gotgeeko.rc > 0"
|
when: "gotgeeko.rc > 0"
|
||||||
|
|
||||||
# note: we need updates-testing until fedfind 2.x and openQA 4.3-18 go stable
|
# note: we need updates-testing until fedfind 2.x and openQA 4.3-21 go stable
|
||||||
- name: Install required packages (testing)
|
- name: Install required packages (testing)
|
||||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue