Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 28, 2020
1 parent 6d35fab commit 42a31a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ The machine may need to be prepared using `molecule/resources/prepare.yml`:
- role: robertdebock.epel
- role: robertdebock.buildtools
- role: robertdebock.python_pip
- role: robertdebock.openssl
openssl_items:
- name: apache-httpd
common_name: "{{ ansible_fqdn }}"
```

For verification `molecule/resources/verify.yml` run after the role has been applied.
Expand All @@ -88,6 +92,8 @@ For verification `molecule/resources/verify.yml` run after the role has been app
uri:
url: "https://127.0.0.1:8443/mylocation1/"
status_code:
- 404
- 500
- 502
- 503
validate_certs: no
Expand Down Expand Up @@ -130,6 +136,7 @@ The following roles can be installed to ensure all requirements are met, using `
- robertdebock.bootstrap
- robertdebock.buildtools
- robertdebock.epel
- robertdebock.openssl
- robertdebock.python_pip
- robertdebock.selinux

Expand Down

0 comments on commit 42a31a3

Please sign in to comment.