Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6dd45f62 authored by wu.chunyang's avatar wu.chunyang
Browse files

update ansible command usage at user document

ansible command need assign hosts to run.

Change-Id: Ifadc48ba06ef1726aa73b21ff37366360cfffbbe
parent 53b2cdca
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ than one node, edit ``multinode`` inventory:
Ubuntu might not come with python pre-installed. That will cause
errors in ping module. To quickly install python with ansible you
can run ``ansible -m raw -a "apt-get -y install python-dev all"``
can run ``ansible -i multinode all -m raw -a "apt-get -y install python-dev"``
Kolla passwords
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment