Skip to content
/ ansible Public

Collection of playbooks and roles for linux installations and customizations

License

Notifications You must be signed in to change notification settings

arghpy/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

This repository contains different playbooks used for installing and configuring arch and void linux operating systems.

Contains configuration for installing and setting up dwm and gnome.

Use

In order to use the playbook you need to:

  • modify the file vault_secrets.yml and add a tehnical user with a password.
  • encrypt and creating a vault with:
$> ansible-vault encrypt vault_secrets.yml
  • run the playbook:
$> ansible-playbook playbooks/.../...yml --ask-vault-password -K

If you don't want to add a tehnical user on the target machine, simply ignore the above step.

About

Collection of playbooks and roles for linux installations and customizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages