https://github.com/oracle-devrel/linux-virt-labs
Collection of deployment scripts and sample code for Oracle Linux and Virtualization labs and tutorials.
https://github.com/oracle-devrel/linux-virt-labs
Last synced: about 3 hours ago
JSON representation
Collection of deployment scripts and sample code for Oracle Linux and Virtualization labs and tutorials.
- Host: GitHub
- URL: https://github.com/oracle-devrel/linux-virt-labs
- Owner: oracle-devrel
- License: upl-1.0
- Created: 2024-01-25T21:13:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T11:54:51.000Z (5 months ago)
- Last Synced: 2026-04-02T08:33:55.290Z (3 months ago)
- Language: Jinja
- Homepage: https://www.oracle.com/goto/oltrain
- Size: 582 KB
- Stars: 19
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Linux and Virtualization Labs
[](https://img.shields.io/badge/license-UPL-green) [](https://sonarcloud.io/dashboard?id=oracle-devrel_linux-virt-labs)
## Introduction
This repository contains a growing group of assets that accompany our [training material](https://oracle-samples.github.io/oltrain/), that consists of hand-on labs and videos.
## Getting Started
Many of the scripts consist of Oracle Linux Automation Engine playbooks to deploy our lab environments on OCI.
- [Single-Host Oracle Linux Automation Manager](https://github.com/oracle-devrel/linux-virt-labs/tree/main/olam)
- [Quick Install of Oracle Cloud Native Environment](https://github.com/oracle-devrel/linux-virt-labs/tree/main/ocne)
### Prerequisites
To run these playbooks, ensure you have the following installed and configured:
- Ansible
- [OCI Ansible Collection](https://oci-ansible-collection.readthedocs.io/en/latest/installation/index.html)
- [OCI Python SDK](https://docs.oracle.com/en-us/iaas/tools/python/2.122.0/installation.html)
- [SDK CLI configuration file](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#apisigningkey_topic_How_to_Generate_an_API_Signing_Key_Console)
- public SSH key
## Contributing
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
## License
Copyright (c) 2024 Oracle and/or its affiliates.
Licensed under the Universal Permissive License (UPL), Version 1.0.
See [LICENSE](LICENSE) for more details.
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.