From a123623fc46279b82a803b10d6c66692f617d51d Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 16:47:39 +0200 Subject: [PATCH] remove networkmanager --- configure-host-oel7/tasks/os_configuration.yml | 2 +- configure-host-oel7/tasks/users_configuration.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure-host-oel7/tasks/os_configuration.yml b/configure-host-oel7/tasks/os_configuration.yml index 0924eed..88643bc 100755 --- a/configure-host-oel7/tasks/os_configuration.yml +++ b/configure-host-oel7/tasks/os_configuration.yml @@ -78,7 +78,7 @@ - sendmail - smartd - avahi-daemon - - NetworkManager +# - NetworkManager - rhnsd - firstboot - chronyd diff --git a/configure-host-oel7/tasks/users_configuration.yml b/configure-host-oel7/tasks/users_configuration.yml index 8f8aca1..bc67977 100755 --- a/configure-host-oel7/tasks/users_configuration.yml +++ b/configure-host-oel7/tasks/users_configuration.yml @@ -11,7 +11,6 @@ - { group: asmoper, gid: 1005 } - { group: asmadmin, gid: 1003 } - { group: oinstall, gid: 1000} - - { group: orainstall, gid: 1009} - { group: dba, gid: 1001 } - { group: backupdba, gid: 1006 } - { group: oper, gid: 1002 }