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
***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***
`ansible-galaxy user_config init `
***launch ansible bootstrap***
` ansible-playbook -i staging bootstrap.yml -u root --ask-pass`
` ansible-playbook -i nas, bootstrap.yml -u root --ask-pass`
## Prerequis
@ -41,10 +42,10 @@
- [X] davfs mount
- [ ] VM server
- [ ] syncthing role
### Workstation roles
- [x] mpd role
@ -62,8 +63,6 @@
- [ ] grubtheme
- [ ] syncthing role
### Server Roles

View File

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