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