Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Fixes some typos in guided exercises regarding inventory files (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
kseremet authored and tima committed May 24, 2018
1 parent 3485044 commit 243b3b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion guides/ansible_engine/3-variables/README.md
Expand Up @@ -236,7 +236,7 @@ cd ~/apache-basic-playbook
Run your playbook

```bash
ansible-playbook -i ./inventory.ini site.yml
ansible-playbook site.yml
```

## Section 2: Review
Expand Down
9 changes: 1 addition & 8 deletions guides/ansible_engine/4-role/README.md
Expand Up @@ -94,13 +94,6 @@ In this section, we will separate out the major parts of your playbook including

### Step 1

Copy the `inventory.ini` file:

```bash
cd ~/apache-role
cp ~/apache-basic-playbook/inventory.ini inventory.ini
```

Make a copy of `site.yml` which was written in the last exercise to the current directory.

```bash
Expand Down Expand Up @@ -234,7 +227,7 @@ Now that you've successfully separated your original playbook into a role, let's
Run the playbook.

```bash
ansible-playbook -i ./inventory.ini site.yml
ansible-playbook site.yml
```

If successful, your standard output should look similar to the figure below.
Expand Down
2 changes: 1 addition & 1 deletion guides/ansible_tower/2-config/README.md
Expand Up @@ -87,7 +87,7 @@ Click on PROJECTS

### Step 2

Click on ADD ![Add button](at_add.png), select Inventory.
Click on ADD ![Add button](at_add.png).

### Step 3

Expand Down

0 comments on commit 243b3b1

Please sign in to comment.