improve bootstrap

This commit is contained in:
vincent 2019-04-09 16:34:35 +02:00
parent 8ecff2dee7
commit 61b6272736
2 changed files with 6 additions and 7 deletions

View File

@ -3,13 +3,14 @@
## commande ansible ## commande ansible
***launch playbook on staging*** ***launch playbook on staging***
`ansible-playbook -i staging site.yml --ask-become-pass --ask-vault-pass` `ansible-playbook -i staging site.yml --ask-vault-pass`
***init new role architecture*** ***init new role architecture***
`ansible-galaxy user_config init ` `ansible-galaxy user_config init `
***launch ansible bootstrap*** ***launch ansible bootstrap***
` ansible-playbook -i staging bootstrap.yml -u root --ask-pass` ` ansible-playbook -i nas, bootstrap.yml -u root --ask-pass`
## Prerequis ## Prerequis
@ -41,10 +42,10 @@
- [X] davfs mount - [X] davfs mount
- [ ] VM server - [ ] VM server
- [ ] syncthing role
### Workstation roles ### Workstation roles
- [x] mpd role - [x] mpd role
@ -62,8 +63,6 @@
- [ ] grubtheme - [ ] grubtheme
- [ ] syncthing role
### Server Roles ### Server Roles

View File

@ -1,5 +1,5 @@
--- ---
- hosts: nas - hosts: all
gather_facts: no gather_facts: no
roles: roles:
- ansible_bootstrap - ansible_bootstrap