{"id":20017999,"url":"https://github.com/mcleber/linux_iac_scripts","last_synced_at":"2026-05-20T14:32:46.764Z","repository":{"id":105120110,"uuid":"526042797","full_name":"mcleber/Linux_IaC_Scripts","owner":"mcleber","description":"Infrastructure as Code (IaC)","archived":false,"fork":false,"pushed_at":"2023-10-20T11:22:35.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T03:17:04.771Z","etag":null,"topics":["iac","iac-scripts","linux","linux-shell","shell","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcleber.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":"2022-08-18T03:36:09.000Z","updated_at":"2024-04-14T23:13:04.000Z","dependencies_parsed_at":"2024-05-10T23:00:21.069Z","dependency_job_id":null,"html_url":"https://github.com/mcleber/Linux_IaC_Scripts","commit_stats":null,"previous_names":["mcleber/linux_iac_scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcleber/Linux_IaC_Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FLinux_IaC_Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FLinux_IaC_Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FLinux_IaC_Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FLinux_IaC_Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcleber","download_url":"https://codeload.github.com/mcleber/Linux_IaC_Scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcleber%2FLinux_IaC_Scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265483863,"owners_count":23774285,"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":["iac","iac-scripts","linux","linux-shell","shell","shell-script"],"created_at":"2024-11-13T08:19:20.888Z","updated_at":"2026-05-20T14:32:46.759Z","avatar_url":"https://github.com/mcleber.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux IaC Scripts\n\n![Platform](https://img.shields.io/badge/Platform-Linux-blue)\n![Language](https://img.shields.io/badge/Language-Bash-orange)\n![Type](https://img.shields.io/badge/Automation-IaC-green)\n![License](https://img.shields.io/badge/License-MIT-blue)\n\n🇧🇷 🇺🇸\n\n## Sobre\n\nEste repositório contém scripts de automação utilizados durante o Bootcamp Linux Experience.\n\nO objetivo é demonstrar conceitos básicos de automação em Linux e Infraestrutura como Código.\n\n## Infraestrutura como Código (IaC)\n\nInfraestrutura como Código (IaC) é a prática de gerenciar e provisionar infraestrutura por meio de arquivos de configuração legíveis por máquina, em vez de processos manuais.\n\nO uso de IaC permite criar ambientes reproduzíveis, consistentes e mais fáceis de manter.\n\n---\n\n## About\n\nThis repository contains simple automation scripts used during the Linux Experience Bootcamp.\n\nThe goal is to demonstrate basic concepts of Linux automation and Infrastructure as Code.\n\n## Infrastructure as Code (IaC)\n\nInfrastructure as Code (IaC) is the practice of managing and provisioning computing infrastructure through machine-readable configuration files instead of manual processes.\n\nUsing IaC helps ensure that environments are reproducible, consistent, and easier to maintain.\n\n---\n\n## Scripts\n\n| Script | 🇧🇷 Português | 🇺🇸 English |\n|------|------|------|\n| **iac.sh** | **Diretórios, Grupos, Usuários e Permissões**\u003cbr\u003e\u003cbr\u003eEste script automatiza a criação de diretórios, grupos e usuários, além de configurar permissões no sistema.\u003cbr\u003e\u003cbr\u003e**Regras aplicadas:**\u003cbr\u003e- O dono de todos os diretórios criados será o usuário **root**\u003cbr\u003e- Todos os usuários terão permissão total dentro do diretório **publico**\u003cbr\u003e- Usuários de cada grupo terão permissão total dentro do seu diretório\u003cbr\u003e- Usuários não terão permissão em diretórios de departamentos que não pertencem | **Directories, Groups, Users and Permissions**\u003cbr\u003e\u003cbr\u003eThis script automates the creation of directories, groups and users, as well as configuring system permissions.\u003cbr\u003e\u003cbr\u003e**Applied rules:**\u003cbr\u003e- All created directories are owned by **root**\u003cbr\u003e- All users have full permissions inside the **public** directory\u003cbr\u003e- Users have full permissions within their department directory\u003cbr\u003e- Users cannot access directories of departments they do not belong to |\n| **iac2.sh** | **Servidor Web**\u003cbr\u003e\u003cbr\u003eEste script automatiza a configuração de um servidor web.\u003cbr\u003e\u003cbr\u003e**Etapas executadas:**\u003cbr\u003e- Atualiza o servidor\u003cbr\u003e- Instala **Apache2**\u003cbr\u003e- Instala **unzip**\u003cbr\u003e- Faz download de uma aplicação de teste\u003cbr\u003e- Descompacta o arquivo\u003cbr\u003e- Copia os arquivos para o diretório padrão do Apache | **Web Server**\u003cbr\u003e\u003cbr\u003eThis script automates the setup of a web server.\u003cbr\u003e\u003cbr\u003e**Steps executed:**\u003cbr\u003e- Updates the server\u003cbr\u003e- Installs **Apache2**\u003cbr\u003e- Installs **unzip**\u003cbr\u003e- Downloads a test application\u003cbr\u003e- Extracts the archive\u003cbr\u003e- Copies the files to the Apache default directory |\n\n---\n\nFonte / Source:  \nhttps://www.redhat.com/en/topics/automation/what-is-infrastructure-as-code-iac\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcleber%2Flinux_iac_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcleber%2Flinux_iac_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcleber%2Flinux_iac_scripts/lists"}