Skip to content

Commit

Permalink
Asciidoc to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
atsikham committed May 27, 2021
1 parent da57e0c commit 6938d72
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Installation guide

## Requirements

- Internet connection
- Molecule [dependencies](https://molecule.readthedocs.io/en/latest/installation.html)
- Docker
- ansible-lint

## Installation

```bash
pip install 'molecule[docker]'
pip install ansible-lint
```

## Execution

### General

```bash
molecule test -s <scenario-name>
```

### Separate steps

```bash
molecule lint -s <scenario-name>
molecule converge -s <scenario-name>
molecule idempotence -s <scenario-name>
molecule verify -s <scenario-name>
```

0 comments on commit 6938d72

Please sign in to comment.