Go to file
Bertrand Benjamin 063483579e Doc(Choux): Add aur module in Choux install 2018-11-07 11:37:28 +01:00
files Feat(Choux): Add tmuxinator config and update moc conf 2018-11-07 08:48:33 +01:00
tasks Feat(choux): add first_deployement tag 2018-11-07 10:57:55 +01:00
vars Fix(Choux): Change name of NAS shares 2018-10-18 19:39:01 +02:00
Bilimbi.yml Install docker on bilimbi 2018-08-28 09:54:56 +02:00
Choux.yml Feat(choux): add first_deployement tag 2018-11-07 10:57:55 +01:00
README.md Doc(Choux): Add aur module in Choux install 2018-11-07 11:37:28 +01:00
Songe.yml Fix(Songe): Remove docker add NAS_mount 2018-10-04 17:28:13 +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

# 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

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