Skip to content

Commit

Permalink
Added no_log option where it is appropriate.
Browse files Browse the repository at this point in the history
  • Loading branch information
trippsc2 committed Sep 6, 2024
1 parent 208fd7b commit bb63eab
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: trippsc2
name: first_steps
version: 1.0.8
version: 1.0.9
readme: README.md
authors:
- Jim Tarpley
Expand Down
13 changes: 13 additions & 0 deletions generate-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#! /bin/bash

cd ./roles/debian

aar_doc . markdown

cd ../rhel

aar_doc . markdown

cd ../ubuntu

aar_doc . markdown
2 changes: 1 addition & 1 deletion roles/debian/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.debian
Version: 1.0.8
Version: 1.0.9

This role performs first steps on a freshly installed Debian system.

Expand Down
2 changes: 1 addition & 1 deletion roles/rhel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.rhel
Version: 1.0.8
Version: 1.0.9

This role performs first steps on a freshly installed RHEL-based system.

Expand Down
1 change: 1 addition & 0 deletions roles/rhel/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ argument_specs:
rhel_red_hat_password:
type: str
required: false
no_log: true
description:
- Red Hat subscription password.
- Required for RHEL only.
Expand Down
2 changes: 1 addition & 1 deletion roles/ubuntu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- BEGIN_ANSIBLE_DOCS -->

# Ansible Role: trippsc2.first_steps.ubuntu
Version: 1.0.8
Version: 1.0.9

This role performs first steps on a freshly installed Ubuntu system.

Expand Down

0 comments on commit bb63eab

Please sign in to comment.