Go to file
Bertrand Benjamin 2d921e1ec2 Feat(Songe): Create Songe 2018-10-04 16:38:39 +02:00
files Add zshrc.local to add gem install into the path 2018-08-26 11:38:58 +02:00
tasks Feat(Songe): Create Songe 2018-10-04 16:38:39 +02:00
vars Feat(Songe): Create Songe 2018-10-04 16:38:39 +02:00
Bilimbi.yml Install docker on bilimbi 2018-08-28 09:54:56 +02:00
Choux.yml filename spell 2018-08-25 20:15:42 +02:00
README.md Feat(Songe): Create Songe 2018-10-04 16:38:39 +02:00
Songe.yml Feat(Songe): Create Songe 2018-10-04 16:38:39 +02: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

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

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