Go to file
Bertrand Benjamin 754898c374 Feat: add ansible conf for choux and comment users 2019-05-14 15:23:59 +02:00
files Fix: Correct autofs conf for mounting choux 2019-05-14 15:16:07 +02:00
tasks Feat: add graphic drivers for choux 2019-05-14 15:22:30 +02:00
vars Feat: Autofs over choux for Combava 2019-05-12 14:49:20 +02:00
Bilimbi.yml Feat(Server): Add Manioc 2018-11-10 18:23:32 +01:00
Choux.yml Feat: add ansible conf for choux and comment users 2019-05-14 15:23:59 +02:00
Combava.yml Fix: Try to fix user issue by not playing users role 2019-05-14 15:10:54 +02:00
Manioc.yml Feat(Server): Add Manioc 2018-11-10 18:23:32 +01:00
README.md Feat(Server): Add Manioc 2018-11-10 18:23:32 +01:00
Songe.yml Feat(Songe): mod ssh connectin policy between every body 2018-12-11 18:40:49 +01:00
rpi3.yml Feat: change rpi prompt 2019-02-08 08:28:22 +01:00

README.md

Ansible workstation

Ansible script to deploy my workstation with a ansible-pull.

Automatic install

Before call ansible-pull, git and ansible are required

apt-get install git ansible
pacman install git ansible

Installing Choux

# Need aur module for some tasks
git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur
ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Choux.yml

Installing Songe

ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Songe.yml

Installing Bilimbi

ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Bilimbi.yml

Installing Manioc

ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Manioc.yml

After running the script, there is a bug with $TERM which makes BACKSPACE and TAB to have strange behavior. To solve it, from an other computer run:

infocmp -x | ssh -t root@remote-host 'cat > "$TERM.info" && tic -x "$TERM.info"'

By hand for Choux

  • Install vim plugin
  • Copy PrivateKeys
  • Copy PGP keys
  • Clone password-store repository to .password-store

By hand for Bilimbi

  • Install vim plugin