https://github.com/guillaumedsde/workstation-playbook
This repository contains the Ansible playbook used for configuring an Arch linux machine.
https://github.com/guillaumedsde/workstation-playbook
ansible playbook workstation
Last synced: 7 months ago
JSON representation
This repository contains the Ansible playbook used for configuring an Arch linux machine.
- Host: GitHub
- URL: https://github.com/guillaumedsde/workstation-playbook
- Owner: guillaumedsde
- License: mit
- Created: 2025-02-08T15:14:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:03:07.000Z (8 months ago)
- Last Synced: 2025-02-16T08:14:14.956Z (8 months ago)
- Topics: ansible, playbook, workstation
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 Workstation Ansible playbook
This repository contains the Ansible playbook used for configuring an Arch linux machine.
## ✅ Requirements and connection
This playbook is intended to be run locally on machines with Ansible installed.
The playbook has been tested on an Arch linux installation with Ansible 11.2.0 installed.## 🚀 Running the playbook
To run the playbook on your local machine use:
```bash
ansible-playbook playbook.yml
```_Note that your sudo password will be requested in order to install packages._
## 📁 Project structure
This project aims to keep as much Ansible code as possible into distinct generic Ansible roles located in the [`/roles`](/roles) directory.