Ansible script to setup my OS

logicp d6841e69b0 updating with telegram il y a 5 ans
roles d6841e69b0 updating with telegram il y a 5 ans
README.md 1c674a0777 initial il y a 5 ans
hosts 1c674a0777 initial il y a 5 ans
run.sh 1c674a0777 initial il y a 5 ans
site.yml 1c674a0777 initial il y a 5 ans

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