Skip to content

Commit

Permalink
fix(docs): add 'become: true' to example playbooks. fix #787 (#804)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
  • Loading branch information
rndmh3ro authored Oct 9, 2024
1 parent 6ff5ceb commit 62947a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .aar_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ output_template: |
```
- hosts: all
become: true
roles:
- name: {{ role }}
```
Expand Down
2 changes: 1 addition & 1 deletion roles/mysql_hardening/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Further information is available at [Deutsche Telekom (German)](http://www.telek
<!-- BEGIN_ANSIBLE_DOCS -->

## Supported Operating Systems

- EL
- 8, 9
- Ubuntu
Expand Down Expand Up @@ -135,6 +134,7 @@ None.

```
- hosts: all
become: true
roles:
- name: devsec.hardening.mysql_hardening
```
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx_hardening/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ It works with the following nginx-roles, including, but not limited to:
<!-- BEGIN_ANSIBLE_DOCS -->

## Supported Operating Systems

- EL
- 8, 9
- Ubuntu
Expand Down Expand Up @@ -142,6 +141,7 @@ None.

```
- hosts: all
become: true
roles:
- name: devsec.hardening.nginx_hardening
```
Expand Down
2 changes: 1 addition & 1 deletion roles/os_hardening/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ This role is mostly based on guides by:
<!-- BEGIN_ANSIBLE_DOCS -->

## Supported Operating Systems

- EL
- 8, 9
- Ubuntu
Expand Down Expand Up @@ -999,6 +998,7 @@ None.

```
- hosts: all
become: true
roles:
- name: devsec.hardening.os_hardening
```
Expand Down
2 changes: 1 addition & 1 deletion roles/ssh_hardening/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
<!-- BEGIN_ANSIBLE_DOCS -->

## Supported Operating Systems

- EL
- 8, 9
- Ubuntu
Expand Down Expand Up @@ -478,6 +477,7 @@ None.

```
- hosts: all
become: true
roles:
- name: devsec.hardening.ssh_hardening
```
Expand Down

0 comments on commit 62947a6

Please sign in to comment.