Skip to content

tcco/ansible-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-dotfiles

See ARCH.md for the barebones system installation

On a clean arch installation, as root (or with sudo) run the following (the playbook will prompt for the user password)

pacman -Syu ansible git
git clone https://github.com/nayaverdier/ansible-dotfiles.git
ansible-playbook ansible-dotfiles/setup.yml --extra-vars "install_model=dell-xps-7590"

The install_model variable defaults to virtualbox

After the ansible playbook is run for the first time, it creates a setup-dell-xps-7590 (or similar) script within /usr/local/bin that can be invoked directly (with sudo) rather than calling ansible.

For example:

sudo setup-dell-xps-7590

sudo setup-dell-xps-7590 --diff # to show the changes being made
sudo setup-dell-xps-7590 --check --diff # dry run and show the expected changes
sudo setup-dell-xps-7590 --tags zsh # only run tasks with a particular tag

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.4%
  • Python 32.6%
  • Vim Script 6.0%