From 73d71225e30315068ae5583d99a836127885ded7 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Wed, 28 Oct 2015 20:10:38 +0200 Subject: [PATCH] fixed typo in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the correct syntax is ā€œ[ā€¦] -u username -sā€ for running the ansible-playbook with sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e4824..bffeaac 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Notice the use of the --skip-tags switch which is necessary as in this first run You now need to create an Automation user in our Check_MK site and use that information in the roles/omd/vars/main.yml file. -Now we can deploy the check_mk_agent to our monitoring instance as well. Notice we are running just the check_mk_agent, discovery and pply steps now. Also after bootstrapping your system you can use your own user if you created one and uploaded the ssh keys. In this case you could use ansible with sudo (-u -s instead of -u root). +Now we can deploy the check_mk_agent to our monitoring instance as well. Notice we are running just the check_mk_agent, discovery and pply steps now. Also after bootstrapping your system you can use your own user if you created one and uploaded the ssh keys. In this case you could use ansible with sudo (-u *your_username* -s instead of -u root). > ansible-playbook -i cmkconfinv site.yml -l omd -u root --tags check_mk_agent,check_mk_discovery,check_mk_apply