27 lines
509 B
Markdown
27 lines
509 B
Markdown
# 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
|
|
|
|
## 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
|