From ca16c59e91ad19df28ba8333fb540b623431dd4c Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 16:34:49 +0200 Subject: [PATCH] user and package --- configure-host-oel7/tasks/users_configuration.yml | 4 ++-- configure-host-oel7/vars/main.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure-host-oel7/tasks/users_configuration.yml b/configure-host-oel7/tasks/users_configuration.yml index 3ce65a0..8f8aca1 100755 --- a/configure-host-oel7/tasks/users_configuration.yml +++ b/configure-host-oel7/tasks/users_configuration.yml @@ -23,8 +23,8 @@ user: name={{ item.username }} group={{ item.primgroup }} groups={{ item.othergroups }} uid={{ item.uid }} generate_ssh_key=yes append=yes state=present password={{ item.passwd }} ignore_errors: true with_items: - - { username: oracle, uid: 1001, primgroup: orainstall, othergroups: "dba,asmdba,backupdba,dgdba,kmdba,oper", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0" } - - { username: grid, uid: 1000, primgroup: orainstall, othergroups: "asmadmin,asmdba,asmoper,dba", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0" } + - { username: oracle, uid: 1001, primgroup: oinstall, othergroups: "dba,asmdba,backupdba,dgdba,kmdba,oper", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0" } + - { username: grid, uid: 1000, primgroup: oinstall, othergroups: "asmadmin,asmdba,asmoper,dba", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0" } tags: create_users - name: Ajout du compte oracle et grid au sudoers diff --git a/configure-host-oel7/vars/main.yml b/configure-host-oel7/vars/main.yml index fa3dc1f..68cfe04 100755 --- a/configure-host-oel7/vars/main.yml +++ b/configure-host-oel7/vars/main.yml @@ -123,9 +123,9 @@ - binutils - btrfs-progs - cloog-ppl - - compat-libcap1 - - compat-libstdc++*i686 - - compat-libstdc++-33 +# - compat-libcap1 +# - compat-libstdc++*i686 +# - compat-libstdc++-33 - cpp - ethtool - gcc