Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emvaldes/system-requirements
Application As Code - Provisioning applications based on system requirements
https://github.com/emvaldes/system-requirements
application-as-service application-requirements aws-cli custom-toolset default-toolset infrastructure-as-code system-updates system-upgrade terraform
Last synced: about 2 months ago
JSON representation
Application As Code - Provisioning applications based on system requirements
- Host: GitHub
- URL: https://github.com/emvaldes/system-requirements
- Owner: emvaldes
- License: gpl-3.0
- Created: 2020-08-29T23:26:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T14:59:50.000Z (over 1 year ago)
- Last Synced: 2024-11-17T20:51:50.446Z (3 months ago)
- Topics: application-as-service, application-requirements, aws-cli, custom-toolset, default-toolset, infrastructure-as-code, system-updates, system-upgrade, terraform
- Homepage: https://emvaldes.github.io/system-requirements/
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOps (DaaS) - System Requirements
GitHub Actions : DevOps As A Service (DaaS) - System Requirements![GitHub Actions - System Requirements](https://github.com/emvaldes/operations-toolset/workflows/GitHub%20Actions%20-%20System%20Requirements/badge.svg)
---
### GitHub Variables (Required):```console
AWSCLI_CLI Install Amazon WebServices CLI (false)
```
```console
AWSCLI_DOWNLOAD AWS CLI Download (awscli.amazonaws.com)
AWSCLI_PACKAGE AWS CLI Package (e.g.: awscli-exe-linux-x86_64.zip)
```
```console
CUSTOM_TOOLS Install packages from custom list (default: null)
DEFAULT_TOOLS Install packages from default list (default: null)PYTHON_REQUIREMENTS Listing Python packages (default: null)
TERRAFORM_CLI Install Terraform CLI (false)
TERRAFORM_VERSION Terraform specific target version (1.5.4)
```
```console
UPDATE_PIP Update Python package management (true)
UPDATE_PYTHON Update Python to the latest version (true)
```
```console
UPDATE_SYSTEM Updating Operating System (false)
UPGRADE_SYSTEM Upgrading Operating System (false)
```
```console
DEBUGER_MODE Enable/Disable Shell Debugger
VERBOSE_MODE Identify verbosity level (false)
```
```console
ACTIONS_RUNNER_DEBUG Enable runner diagnostic logging (true)
ACTIONS_STEP_DEBUG Enable step debug logging (true)
```