8000 GitHub - igortxra/ansible-arch-setup: My ansible configuration to create my personal use system.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

My ansible configuration to create my personal use system.

Notifications You must be signed in to change notification settings

igortxra/ansible-arch-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Arch Setup

 

This repository contains an ansible playbook to setup my arch linux configuration.

👉 Take a look at my dotfiles

How to use

Step 1: Install a (almost) minimal Arch Linux system

  • Install archlinux using archinstall script
    • Choose xorg profile that install xorg and graphic drivers
    • As additional packages put: vim, git and ansible
    • Make sure you created your user
  • Reboot and log in

Step 2: Clone this repository

  git clone http://github.com/igortxra/ansible-arch-setup.git $HOME/setup

Step 4: Custom variables file

You can modify some installation parameters in roles/archer/tasks/vars/main.yaml;

⚠️ Update at least the username

Variable Description
username Your username (obviously)
dotfiles.url Dotfiles repository to use
git_clones Some simple clones you may want to do
packages All packages you want to install (including AUR packages)

Step 5: Run ansible playbook

   cd $HOME/setup
   
   # Runs the ansible-playbook   
   ansible-playbook -K roles/main.yaml -vvv

Step 6: Quit and Login

About

My ansible configuration to create my personal use system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0