From fd63bf77e9c87142bf3886553a09cd6d43809039 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 7 Jan 2019 20:05:37 +0100 Subject: [PATCH] create ansible command file --- ansible_command.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible_command.md diff --git a/ansible_command.md b/ansible_command.md new file mode 100644 index 0000000..ed1ba5d --- /dev/null +++ b/ansible_command.md @@ -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`