user and bash.profile
Preventing Installation Errors Caused by Terminal Output Commands
This commit is contained in:
@@ -62,3 +62,7 @@ if [ $USER = "grid" ] || [ $USER = "oracle" ] || [ $USER = "root" ] ; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Preventing Installation Errors Caused by Terminal Output Commands
|
||||||
|
if [ -t 0 ]; then
|
||||||
|
stty intr ^C
|
||||||
|
fi
|
||||||
|
|||||||
@@ -28,8 +28,8 @@
|
|||||||
groups={{ item.othergroups }} uid={{ item.uid }}
|
groups={{ item.othergroups }} uid={{ item.uid }}
|
||||||
generate_ssh_key=yes append=yes state=present update_password=on_create password={{ item.passwd }}
|
generate_ssh_key=yes append=yes state=present update_password=on_create password={{ item.passwd }}
|
||||||
with_items:
|
with_items:
|
||||||
- { username: oracle, uid: 1001, primgroup: oinstall, othergroups: "dba,oper,backupdba,dgdba,kmdba,racdba", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"}
|
- { username: oracle, uid: 1001, primgroup: oinstall, othergroups: "dba,asmdba,backupdba,dgdba,kmdba,racdba,oper", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"}
|
||||||
- { username: grid, uid: 1002, primgroup: oinstall, othergroups: "dba,asmdba,asmoper,asmadmin,racdba", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"}
|
- { username: grid, uid: 1002, primgroup: oinstall, othergroups: "dba,asmdba,backupdba,dgdba,kmdba,racdba,asmoper,asmadmin", passwd: "$6$0xHoAXXF$K75HKb64Hcb/CEcr3YEj2LGERi/U2moJgsCK.ztGxLsKoaXc4UBiNZPL0hlxB5ng6GL.gyipfQOOXplzcdgvD0"}
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: full_configuration |bool
|
when: full_configuration |bool
|
||||||
tags: user
|
tags: user
|
||||||
|
|||||||
Reference in New Issue
Block a user