An open API service indexing awesome lists of open source software.

https://github.com/aplatform64/infrastructure

Ansible Roles for automating infrastructure tools provisioning
https://github.com/aplatform64/infrastructure

ansible-role

Last synced: 12 months ago
JSON representation

Ansible Roles for automating infrastructure tools provisioning

Awesome Lists containing this project

README

          

# Ansible Collection: serdigital64.infrastructure

## About

Ansible Roles for automating infrastructure tools provisioning.

This collection is part of the [A:Platform64](https://github.com/aplatform64/aplatform64) project for automated infrastructure-as-code management.

## Content

| role | purpose |
| --------------------------------------------------------------------------------------- | ------------------------------------------ |
| [infra_helm](https://aplatform64.readthedocs.io/en/latest/roles/infra_helm) | Manage provisioning of Helm CLI |
| [infra_terraform](https://aplatform64.readthedocs.io/en/latest/roles/infra_terraform) | Manage provisioning of the Vagrant tool |
| [infra_terragrunt](https://aplatform64.readthedocs.io/en/latest/roles/infra_terragrunt) | Manage provisioning of the Terragrunt tool |
| [infra_vagrant](https://aplatform64.readthedocs.io/en/latest/roles/infra_vagrant) | Manage provisioning of the Terraform tool |

## Deployment

### Dependencies

- Ansible Collections:
- serdigital64.backup
- serdigital64.system

### Installation Procedure

Manually install Ansible Collections from the Ansible Galaxy repository:

```shell
ansible-galaxy collection install --upgrade serdigital64.infrastructure
```

Automatic installation is also available by deploying [A:Platform64](https://aplatform64.readthedocs.io/en/latest/#deployment)

## Contributing

Help on implementing new features and maintaining the code base is welcomed.

Please see the [guidelines](https://aplatform64.readthedocs.io/en/latest/CONTRIBUTING) for further details.

## Author

- [SerDigital64](https://serdigital64.github.io/)

## License

[Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)