Skip to content

Ansible playbooks to manage my computers. I use arch btw 🤓

Notifications You must be signed in to change notification settings

vinymeuh/arch-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-ansible

A set of Ansible playbooks to setup and manage Arch Linux on my computers.

Bootstrap

  1. Install Arch Linux

  2. Install python-pipx

  3. Install Ansible

cd $HOME
git clone https://github.com/vinymeuh/arch-ansible
cd arch-ansible
echo $PIPX_BIN_DIR # must be ~/bin
pipx install ansible-core
  1. Install Ansible collections
ansible-galaxy collection install -r requirements.yml

Usage

ansible-playbook playbooks/nyx-system.yml -K --check
ansible-playbook playbooks/nyx-system.yml --list-tags

About

Ansible playbooks to manage my computers. I use arch btw 🤓

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages