Skip to content

My ansible playbooks repo for various silly things.

License

Notifications You must be signed in to change notification settings

lucabotti/maxible

 
 

Repository files navigation

maxible

Adam Miller (maxamillion) ansible playbooks for various silly things.

In this repo you will find my laptop/workstation configs for both GNOME and i3 setups as well as `maxamillion.sh`_.

Usage - General

Install ansible and git

dnf -y install ansible git

Clone this repo and run the ansible-playbook (run the bootstrap-fedora if running Fedora 23 or later).

git clone https://github.com/maxamillion/ansible-maxamillion-workstation.git
cd ansible-maxamillion-workstation

# Run this if you have Fedora 23+ (Hope you do, but nobody is perfect)
ansible-playbook bootstrap-fedora.yml -i inventory.txt

Usage - GNOME

Run the following playbook:

ansible-playbook gnome.yml -i inventory.txt

Usage - i3

Run the following playbook:

ansible-playbook i3.yml -i inventory.txt

Usage - maxamillion.sh

Run the following playbook:

ansible-playbook site.yml -i inventory.txt

Notes

There are no dotfiles or configs included in this ansible-playbook. Data retention is handled outside the scope of this playbook

Some of my dotfiles related to i3, i3status, dunst, and tmux are available here.

References

Ansible `Ansible Docs`_

About

My ansible playbooks repo for various silly things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%