logicp 523a81e067 updating hace 3 años
..
roles 523a81e067 updating hace 3 años
README.md cec882c2cf separating deb and arch hace 3 años
hosts cec882c2cf separating deb and arch hace 3 años
packages.microsoft.gpg cec882c2cf separating deb and arch hace 3 años
run.sh cec882c2cf separating deb and arch hace 3 años
site.yml cec882c2cf separating deb and arch hace 3 años

README.md

Ansible-manjaro-desktop

A playbook for setting up the tools I like on a fresh manjaro installation.

Setup

  1. Ansible must be installed

sudo pacman -S ansible

  1. SSH server must be running

    sudo pacman -S openssh
    sudo systemctl enable sshd
    sudo systemctl start sshd
    
  2. SSH pass is required to enter password

sudo pacman -S sshpass

Running

./run.sh