deviningers / ansible-dot-files

Ansible playbook for arch linux home machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-dot-files

plan

I either need to get a setup file made (which shouldn't be too hard right?) or I can go based off of a presetup arch distro (just write down the steps) ez

Todo:

  • setup system and document steps
  • copy documented steps into local.yml file

Setup Steps:

  1. Install distro (Arch: install guide, or Ubuntu/Debian)
  • NOTE: Need to add localhost ansible_connection=local to /etc/ansible/hosts if hostname is set
  1. install ansible (ansible-pull) + git
  • sudo pacman install
  • sudo apt-get install ansible git
  1. run ansible-pull command to run through playbook

Notes:

After installing Ansible pull on a machine, just run this command: ansible-pull -U https://github.com/deviningers/ansible-dot-files.git This will look for and run the local.yaml file.

Possibly go back through and add tags that make sense to everything

Links:

About

Ansible playbook for arch linux home machine