diff --git a/README.md b/README.md index 01bc8e7..a484574 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # 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 - python @@ -73,4 +85,5 @@ #### global inprovment -- voir pour compatibiliser debian \ No newline at end of file +- voir pour compatibiliser debian +- variabiliser diff --git a/ansible_command.md b/ansible_command.md deleted file mode 100644 index ed1ba5d..0000000 --- a/ansible_command.md +++ /dev/null @@ -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`