No description
Find a file
2025-01-23 09:05:15 -05:00
.github yamllint errors 2023-12-04 13:31:59 +00:00
assets Add 4k videos of basic features 2024-08-01 14:29:55 -04:00
docs markdownlint (#13) 2023-12-04 13:39:59 +00:00
playbooks Update demo_install_cockpit.yml 2025-01-23 09:05:15 -05:00
tests Updated AWS demo for latest vs code version 2024-05-01 18:44:13 +00:00
.ansible-lint Add trailing spaces rule to skip list 2024-01-29 14:49:32 -05:00
.gitignore updated azure demo for controller 2023-08-11 17:25:01 +01:00
.markdownlint.yaml Cockpit and PG Admin Playbook execution instructions 2024-01-16 18:29:53 +00:00
.pre-commit-config.yaml yamllint errors 2023-12-04 13:31:59 +00:00
ansible-navigator.yml AWS EC2 provisioning example (#16) 2023-12-08 18:10:38 +00:00
LICENSE Initial commit 2023-07-25 18:29:39 +01:00
README.md Add screenshot and add to README 2024-01-25 14:59:13 -05:00

Ansible Lightspeed demo content

Compilation of Ansible Lightspeed demo content and examples.

How do I get started with Ansible Lightspeed?

Please follow the instructions provided by the resources available in the getting started guide.

How to enable Ansible Lightspeed in VSCode?

Please follow the instruction provided using the screenshots below

Ansible Lightspeed demo list

Please refer to the README.md for each demo in the corresponding demo root folder for detailed demo instructions.

Domain Name Status
Infrastructure Install and configure postgresql and pgadmin4 podman container Working
Install and configure Cockpit Working
Cloud Provision an AWS EC2 instance Working
Provision Azure resources and VM Working

Demo content folder structure

The repository folder structure is as follows.

.
└── playbooks/
    └── <domain>/
        └── <demo_name>/
            ├── demo_<playbook_name>.yml <-- Initial Ansible content for demo.
            ├── solution_<playbook_name>.yml <-- Tested Ansible content for comparison.
            └── prepare_<playbook_name>.yml <-- Initial Playbook to configure the demo environment.
Name Description Example
<domain> Ansible examples are sorted by domain. The cloud folder contains AWS, Azure, and Google Cloud content.
demo_<playbook_name>.yml Playbooks that start with demo_* are the initial Ansible example to use in the demo. demo_provision_ec2_instance.yml located in the cloud/aws folder.
prepare_<playbook_name>.yml Playbooks that start with prepare_* prepares the environment for the demo. prepare_aws_environment.yml located in the cloud/aws folder.
README.md Contains a GIF and step-by-step instructions to prepare and perform the demo. README.md for AWS EC2 demo.
solution_<playbook_name>.yml Playbooks that start with solution_* have the tested, desired suggestion outputs. Use the tested Ansible content to compare your Ansible Lightspeed-generated outputs before the demo. solution_aws_environment.yml located in the cloud/aws folder.

Test before doing a demo if you're using this content locally

The model continues to improve and evolve with each release. This can result in generated suggestions that differ from the examples provided.

Tested Ansible Playbooks are available for each corresponding demo Playbook thats starts with the solution_*.yml prefix. For example, solution_provision_azure_vm.yml.
Please use this to compare your generated suggestions before doing the demo.

How can I contribute?

Please refer to the Contributing guide for more information.