neetjn / ansible-plays-antergos

Ansible plays for setting up my personal arch linux development environment.
MIT License
1 stars 0 forks source link
ansible antergos arch environment it pacaur playbook

ansible-plays-antergos

This playbook will install prepare my development workspace on Antergos, independent of my given desktop environment.

These tasks use the pacman package manager pacman, as well as pacaur for the AUR repository. This repository includes the ansible-pacaur ansible module by @sanderboom in the ./library directory to simplify installation.

The playbook has been broken up into four individual role groups:

Common

Aesthetics

Social

Development

Variables

Playbook inventory variables can be found in group_vars/all.yml.

git_ssh_key_user: Label of ssh key generated for git.

Use

git clone https://github.com/neetjn/ansible-plays-antergos.git

cd ansible-plays-antergos

ansible-playbook playbook.yml

Copyright (c) 2017 John Nolette Licensed under the MIT license.