Welcome to the Cloud Computing and Security repository. This repository is used for the Cloud Computing and Security class. It contains various modules and resources to help you learn about cloud computing concepts, security practices, and tools used in the industry.
The repository is organized into the following directories:
terraform-ansible-setup/: Contains a module that demonstrates how to integrate Terraform and Ansible together.
The terraform-ansible-setup folder is dedicated to a module that teaches you how to integrate Terraform and Ansible. This module includes:
- Terraform configurations to provision cloud infrastructure.
- Ansible playbooks to configure and manage the provisioned infrastructure.
terraform-ansible-setup/
├── ansible/
│ ├── .gitignore
│ ├── inventory.txt
│ └── nginx-playbook.yaml
├── terraform/
│ ├── .gitignore
│ ├── main.tf
│ └── ...
└── readme.md
To get started with the Terraform and Ansible integration module, follow the instructions in the cloud-computing-and-security/terraform-ansible-setup/readme.md file.
We welcome contributions to improve the content and examples in this repository. Please feel free to submit pull requests or open issues for any suggestions or improvements.
This repository is licensed under the MIT License. See the LICENSE file for more details.