{"id":13719536,"url":"https://github.com/mhmdio/iac-taskfile-framework","last_synced_at":"2025-05-12T21:52:02.039Z","repository":{"id":71895930,"uuid":"334404476","full_name":"mhmdio/iac-taskfile-framework","owner":"mhmdio","description":"Taskfile framework that contains needed daily operations tasks and commands.","archived":false,"fork":false,"pushed_at":"2021-10-03T04:27:12.000Z","size":26,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T12:09:55.729Z","etag":null,"topics":["ansible","aws","brew","devops","docker","helm","iac","taskfile","terraform","terragrunt"],"latest_commit_sha":null,"homepage":"https://cloudfalcon.io","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhmdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T12:13:07.000Z","updated_at":"2025-03-20T14:18:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd8b2f8e-953a-4d84-aaa1-41e9409ae8aa","html_url":"https://github.com/mhmdio/iac-taskfile-framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdio%2Fiac-taskfile-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdio%2Fiac-taskfile-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdio%2Fiac-taskfile-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdio%2Fiac-taskfile-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhmdio","download_url":"https://codeload.github.com/mhmdio/iac-taskfile-framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830787,"owners_count":21970999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","aws","brew","devops","docker","helm","iac","taskfile","terraform","terragrunt"],"created_at":"2024-08-03T01:00:50.972Z","updated_at":"2025-05-12T21:52:02.020Z","avatar_url":"https://github.com/mhmdio.png","language":"Dockerfile","readme":"# IaC Taskfile Framework\n\n![taskfile](taskfile.png)\n\nTaskfile \u003chttps://taskfile.dev/\u003e that contains needed DevOps daily operations tasks and commands.\n\n## Operations\n\n- [AWS](https://aws.amazon.com/)\n  - `awscli`\n  - `aws-vault`\n  - `chamber`\n- [Terraform](https://www.terraform.io/)\n  - `terraform`\n  - `tfsec`\n  - `tflint`\n  - `checkov`\n  - `driftctl`\n  - `tfenv`\n- [Docker](https://www.docker.com/)\n  - `docker`\n- [Helm](https://helm.sh/)\n  - `helm`\n  - `helmfile`\n- [Ansible](https://www.ansible.com/)  \n- [GitHub](https://github.com/)  \n- [Terragrunt](https://terragrunt.gruntwork.io/)  \n- [Kubernetes](https://kubernetes.io/)  \n- [Brew](https://brew.sh/) (macOS)  \n- [Chocolatey](https://chocolatey.org/) (windows)  \n- [Scoop](https://scoop.sh/) (windows)  \n- [1password](https://1password.com/)  \n- [SteamPipe](https://steampipe.io/)\n- DevOps Tools\n  - `direnv`\n  - `gomplate`\n\n## How to use\n\n### Install Taskfile\n\none command to install:\n\n```bash\n# For Installation To /usr/local/bin for user wide access with debug logging\n# May require sudo sh\nsh -c \"$(curl --location https://taskfile.dev/install.sh)\" -- -d -b /usr/local/bin\n```\n\n### git submodules\n\nadd `submodule` for the repo in `tasks` folder in your repo.\n\n```bash\ngit submodule add https://github.com/mhmdio/iac-taskfile-framework tasks\n```\n\nupdate your `Taskfile.yml` to include the task files form `tasks` folder\n\n```yml\nincludes:\n  aws: ./tasks/aws\n  docker: ./tasks/docker\n  terraform: ./tasks/terraform\n```\n\n## Sample Taskfile\n\n```yml\n# https://taskfile.dev\n\nversion: '3'\ndotenv: ['.env']\noutput: prefixed\nvars:\nenv:\n\nincludes:\n  aws: ./tasks/aws\n  docker: ./tasks/docker\n  terraform: ./tasks/terraform\n\ntasks:\n\n  default:\n    desc: Hello MSG.\n    cmds:\n      - echo \"{{.GREETING}}\"\n    silent: true\n\n```\n\n## Repos using IaC Taskfile framework\n\n- \u003chttps://github.com/mhmdio/terraform-templates-base\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmdio%2Fiac-taskfile-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhmdio%2Fiac-taskfile-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmdio%2Fiac-taskfile-framework/lists"}