Skip to content

Commit

Permalink
chore: sync molecule.yml template and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Oct 4, 2023
1 parent 4ca1517 commit 07e61b6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ Your `molecule/default/molecule.yml` should then look like the following.

```yaml
---
dependency:
name: galaxy
driver:
name: molecule_hetznercloud
platforms:
Expand Down Expand Up @@ -114,6 +112,7 @@ platforms:
# Name of the network
network-1:
# IP range of the whole network which must span all included subnets. Must be one of the private IPv4 ranges of RFC1918.
# If multiple hosts using the same network, you may only define it once.
# required
ip_range: 10.0.0.0/16
subnet:
Expand All @@ -130,11 +129,6 @@ platforms:
ip_range: 10.1.0.0/16
subnet:
ip: 10.1.0.1/24

provisioner:
name: ansible
verifier:
name: ansible
```
> [!NOTE]
Expand Down

0 comments on commit 07e61b6

Please sign in to comment.