create ansible command file
This commit is contained in:
parent
053fa05992
commit
fd63bf77e9
8
ansible_command.md
Normal file
8
ansible_command.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
***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