improve bootstrap
This commit is contained in:
parent
8ecff2dee7
commit
61b6272736
11
README.md
11
README.md
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: nas
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
roles:
|
||||
- ansible_bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user