2018-08-23 11:53:13 +00:00
|
|
|
# Ansible workstation
|
|
|
|
|
|
|
|
Ansible script to deploy my workstation with a ansible-pull.
|
|
|
|
|
2018-08-28 05:58:42 +00:00
|
|
|
|
2018-08-23 15:48:14 +00:00
|
|
|
## Automatic install
|
|
|
|
|
2018-08-28 05:58:42 +00:00
|
|
|
Before call ansible-pull, git and ansible are required
|
|
|
|
|
|
|
|
apt-get install git ansible
|
|
|
|
pacman install git ansible
|
|
|
|
|
2018-08-23 11:53:13 +00:00
|
|
|
Installing Choux
|
|
|
|
|
2018-08-28 05:58:42 +00:00
|
|
|
ansible-pull -U https://git.opytex.org/lafrite/Ansible_workstation.git Choux.yml
|
2018-08-23 15:48:14 +00:00
|
|
|
|
2018-08-28 05:58:42 +00:00
|
|
|
## By hand for Choux
|
2018-08-23 15:48:14 +00:00
|
|
|
|
|
|
|
- Install vim plugin
|
|
|
|
- Copy PrivateKeys
|
2018-08-28 05:58:42 +00:00
|
|
|
- Copy PGP keys
|
|
|
|
- Clone password-store repository to .password-store
|
|
|
|
|
|
|
|
## By hand for Bilimbi
|
|
|
|
|
|
|
|
- Install vim plugin
|