From 5b3293c2f537895af4384b68343082c4113a5b92 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 10 Jan 2021 16:47:00 -0700 Subject: [PATCH] email uniqueness constraints --- ansible/playbooks/vars/ipa/adminusers.yml | 10 ---------- ansible/playbooks/vars/ipa/svcusers.yml | 7 ------- 2 files changed, 17 deletions(-) diff --git a/ansible/playbooks/vars/ipa/adminusers.yml b/ansible/playbooks/vars/ipa/adminusers.yml index 220a50b..4a15dec 100644 --- a/ansible/playbooks/vars/ipa/adminusers.yml +++ b/ansible/playbooks/vars/ipa/adminusers.yml @@ -3,70 +3,60 @@ adminusers: - name: label2 first: Louis last: Abel - email: label@rockylinux.org password: ThisIsNotMyPassword1! title: Infrastructure IdM Manager loginshell: /bin/bash - name: gmk2 first: Gregory last: Kurtzer - email: gmk@rockylinux.org password: ThisIsNotMyPassword1! title: Executive Director loginshell: /bin/bash - name: brian2 first: Brian last: Clemens - email: brian@rockylinux.org password: ThisIsNotMyPassword1! title: Project Manager loginshell: /bin/bash - name: hbjy2 first: Hayden last: Young - email: hbjy@rockylinux.org password: ThisIsNotMyPassword1! title: Web & Branding Manager loginshell: /bin/bash - name: jorp2 first: Jordan last: Pisaniello - email: jorp@rockylinux.org password: ThisIsNotMyPassword1! title: Community Manager loginshell: /bin/bash - name: neil2 first: Neil last: Hanlon - email: neil@rockylinux.org password: ThisIsNotMyPassword1! title: Infrastructure Manager loginshell: /bin/bash - name: rlh2 first: R. Leigh last: Hennig - email: rlh@rockylinux.org password: ThisIsNotMyPassword1! title: Operations Manager loginshell: /bin/bash - name: rfelsburg2 first: Rob last: Felsburg - email: rfelsburg@rockylinux.org password: ThisIsNotMyPassword1! title: Operations Manager loginshell: /bin/bash - name: tg2 first: Taylor last: Goodwill - email: tg@rockylinux.org password: ThisIsNotMyPassword1! title: Infrastructure Manager loginshell: /bin/bash - name: bagner2 first: Benjamin last: Agner - email: bagner@rockylinux.org password: ThisIsNotMyPassword1! title: Security Director loginshell: /bin/bash diff --git a/ansible/playbooks/vars/ipa/svcusers.yml b/ansible/playbooks/vars/ipa/svcusers.yml index 7387e92..e19bfaa 100644 --- a/ansible/playbooks/vars/ipa/svcusers.yml +++ b/ansible/playbooks/vars/ipa/svcusers.yml @@ -3,49 +3,42 @@ svcusers: - name: hostman first: Host last: Manager - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - Host Manager loginshell: /sbin/nologin - name: kerbman first: Kerberos last: Manager - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - Kerberos Key Manager loginshell: /sbin/nologin - name: userman first: User last: Manager - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - User Manager loginshell: /sbin/nologin - name: rockykoji first: Koji last: Manager - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - Koji Manager loginshell: /sbin/nologin - name: pubsub_federation first: pubsub last: federation - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - pubsub federator loginshell: /sbin/nologin - name: rockypubsub first: rocky last: pubsub - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - pubsub loginshell: /sbin/nologin - name: rockyautomation first: Rocky last: Automation - email: infrastructure@rockylinux.org password: ThisIsNotMyPassword1! title: System Account - Automation loginshell: /sbin/nologin