merge
This commit is contained in:
commit
5a8d96abfd
15
README.md
15
README.md
@ -1,5 +1,17 @@
|
|||||||
# ansible
|
# ansible
|
||||||
|
|
||||||
|
## commande ansible
|
||||||
|
|
||||||
|
***launch playbook on staging***
|
||||||
|
`ansible-playbook -i staging site.yml --ask-become-pass`
|
||||||
|
|
||||||
|
***init new role architecture***
|
||||||
|
`ansible-galaxy user_config init `
|
||||||
|
|
||||||
|
***launch ansible bootstrap***
|
||||||
|
` ansible-playbook -i staging bootstrap.yml -u root --ask-pass`
|
||||||
|
|
||||||
|
|
||||||
## Prerequis
|
## Prerequis
|
||||||
|
|
||||||
- python
|
- python
|
||||||
@ -73,4 +85,5 @@
|
|||||||
|
|
||||||
#### global inprovment
|
#### global inprovment
|
||||||
|
|
||||||
- voir pour compatibiliser debian
|
- voir pour compatibiliser debian
|
||||||
|
- variabiliser
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
***launch playbook on staging***
|
|
||||||
`ansible-playbook -i staging site.yml --ask-become-pass`
|
|
||||||
|
|
||||||
***init new role architecture***
|
|
||||||
`ansible-galaxy user_config init `
|
|
||||||
|
|
||||||
***launch ansible bootstrap***
|
|
||||||
` ansible-playbook -i staging bootstrap.yml -u root --ask-pass`
|
|
Loading…
Reference in New Issue
Block a user