https://github.com/tty47/provision-linux
Ansible repository will provision a Linux machine with all the tools needed.
https://github.com/tty47/provision-linux
ansible automation linux provision setup
Last synced: 3 months ago
JSON representation
Ansible repository will provision a Linux machine with all the tools needed.
- Host: GitHub
- URL: https://github.com/tty47/provision-linux
- Owner: tty47
- Created: 2021-02-13T21:51:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T20:14:40.000Z (7 months ago)
- Last Synced: 2024-12-22T03:32:37.106Z (5 months ago)
- Topics: ansible, automation, linux, provision, setup
- Language: Lua
- Homepage:
- Size: 12.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Provision Linux - Ubuntu with Ansible
## Description
In order to provision your linux, execute the following command:Like `dotenv` but with ansible.
```Makefile
make all
```---
## Execute only the playbook
```ansible-playbook
sudo ansible-playbook main.yml --extra-vars "username=$USER"
```---
## Installation
```bash
sudo apt update; sudo apt install -y make git ansible curl sudo && \
bash <(curl -s https://raw.githubusercontent.com/tty47/provision-linux/master/start.sh)
```---