Ansible script to setup my OS

logicp 8f10c59318 trying an apt version for setting up a production server il y a 4 ans
roles 8f10c59318 trying an apt version for setting up a production server il y a 4 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