Skip to content

Commit

Permalink
Fix regex replaces in docs/getting-started.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 11, 2016
1 parent 480f182 commit 5556171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ unprivileged user account on Ansible Controller, so you don't need to be
``root`` in order to use it - most of the time you can use your existing user
account.

After entering your new project directory, you can see an :command:`ansible/`
After entering your new project directory, you can see an :file:`ansible/`
directory which contains files related to Ansible, mostly inventory, secret
directory, playbooks and roles. You can also notice ``.debops.cfg``
configuration file which indicates to the DebOps script that this is indeed
a project directory and contains configuration related to it.

Main Ansible inventory file is :command:`ansible/inventory/hosts`. You should add
Main Ansible inventory file is ``ansible/inventory/hosts``. You should add
hosts that you want to manage to it, just make sure that you can access them
through SSH without issues. It's a good idea to start using groups right away
to keep many hosts under control. An example inventory file:
Expand Down

0 comments on commit 5556171

Please sign in to comment.