Skip to content

steimntz/arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start

First, install Ansible and Python

$ pacman -Syy python2-passlib ansible

And then execute the playbook

$ ansible-playbook -i localhost playbook.yml  --tags="everything"