diff --git a/.gitignore b/.gitignore index caf43057..fad3316e 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ dist tmp *.hugo_build.lock* + +git-key2* \ No newline at end of file diff --git a/content/posts/ol/install/post-24/clips1_hires_white_thumbnail.png b/content/posts/ol/install/post-24/clips1_hires_white_thumbnail.png new file mode 100644 index 00000000..1e828eb3 Binary files /dev/null and b/content/posts/ol/install/post-24/clips1_hires_white_thumbnail.png differ diff --git a/content/posts/ol/install/post-24/index.md b/content/posts/ol/install/post-24/index.md new file mode 100644 index 00000000..0a597d67 --- /dev/null +++ b/content/posts/ol/install/post-24/index.md @@ -0,0 +1,14 @@ +--- +title: "Using Image Builder in the Oracle Linux Cockpit Web Console" +date: 2024-12-14 +draft: false +summary: "Learn how to use the Image Builder tool in Cockpit Web Console to create custom Oracle Linux images." +tags: ["ol", "video", "clips", "ol-install"] +showDate: true +--- + +{{< youtube id="U8JrRQ3Pr-U" title="Using Image Builder in the Oracle Linux Cockpit Web Console" >}} + +## Details + +This video demonstrates how to use Image Builder in the Oracle Linux Cockpit Web Console to create custom Oracle Linux images to deploy on various platforms such as the cloud or bare metal systems. diff --git a/content/posts/olam/post-5/index.md b/content/posts/olam/post-5/index.md index 6f80f02e..4de61616 100644 --- a/content/posts/olam/post-5/index.md +++ b/content/posts/olam/post-5/index.md @@ -1,6 +1,6 @@ --- title: "Integrate LDAP User Management" -date: 2022-12-10 +date: 2024-12-13 draft: false summary: "Learn how to integrate LDAP user management with Oracle Linux Automation Manager." tags: ["olam","lab","tutorial"] @@ -15,27 +15,22 @@ showDate: true ## Details -Oracle Linux Automation Manager allows administrators to integrate LDAP for user management alongside the existing internal RBAC (role-based access control) source. Once configured, users logging in with an LDAP account automatically generate an Oracle Linux Automation Manager account that assigns to an organization as a standard user or administrator. - -By the end of these guides, you'll have a configured Oracle Linux Automation Manager that allows users to log in using their LDAP credentials. +Oracle Linux Automation Manager allows administrators to integrate LDAP for user management alongside the existing internal RBAC (role-based access control) source. Once configured, users logging in with an LDAP account automatically generate an Oracle Linux Automation Manager account and get assigned to a standard user or administrator organization. ### Objectives -In this lab, you'll learn how to: +In this tutorial, you'll learn how to: - - Create and configure accounts and groups in LDAP - - `bind` account - - `user` account - - `superuser` group - - `system_auditor` group - - Configure Oracle Linux Automation Manager to use LDAP - - Verify LDAP access - - Enable LDAPS +- Create and configure accounts and groups in LDAP + - *bind* account + - *user* account + - *superuser* group + - *system_auditor* group +- Configure Oracle Linux Automation Manager to use LDAP +- Verify LDAP access +- Enable LDAPS ### Prerequisites - - A system with Oracle Linux Automation Manager installed. - - An available LDAP server. - -The free lab environment uses the open-source FreeIPA identity management server. - +- A system with Oracle Linux Automation Manager installed. +- An available LDAP server, such as the open-source FreeIPA identity management server.