Skip to content

Commit

Permalink
Update plugins/modules/database/misc/redis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
jcharlytown and felixfontein authored Feb 23, 2022
1 parent 0f3afb7 commit 036ffb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/modules/database/misc/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
- C(replica) sets a redis instance in replica or master mode. (C(slave) is an alias for C(replica).)
choices: [ config, flush, replica, slave ]
type: str
tls:
default: false
version_added: 4.6.0
login_user:
version_added: 4.6.0
validate_certs:
version_added: 4.6.0
ca_certs:
version_added: 4.6.0
master_host:
description:
- The host of the master instance [replica command]
Expand Down

0 comments on commit 036ffb7

Please sign in to comment.