https://github.com/lpsouza/linux-installer
This repository contains Ansible playbooks to install and configure software on Linux systems.
https://github.com/lpsouza/linux-installer
ansible ansible-playbook chromebook crostini installers linux wsl
Last synced: about 19 hours ago
JSON representation
This repository contains Ansible playbooks to install and configure software on Linux systems.
- Host: GitHub
- URL: https://github.com/lpsouza/linux-installer
- Owner: lpsouza
- Created: 2021-04-19T01:44:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T03:14:11.000Z (12 days ago)
- Last Synced: 2025-07-13T01:38:26.453Z (about 19 hours ago)
- Topics: ansible, ansible-playbook, chromebook, crostini, installers, linux, wsl
- Language: Shell
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-installer
This repo contains the playbooks to install and configure my linux environments. You can use like a reference to create your own playbooks.
## Requirements
```bash
sudo apt-get install -y ansible
```