Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Citronalco
ansible-nsupdate.info
Commits
1381f440
Commit
1381f440
authored
Apr 29, 2021
by
Bernhard Geier
Browse files
Add some docs to dyn.example.com
parent
d7d1a9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
host_vars/dyn.example.com
View file @
1381f440
# All variables must be set - except when stated as "optional"
nsupdate:
# Randomly generated django secret key
# Used internally by Django for security stuff
# Randomly generated django secret key, used internally by Django for security stuff
# You may create one with this command line:
# python3 -c "import secrets; print(secrets.token_urlsafe())"
secret_key: SECRETKEY
# Display service contact mail address
...
...
@@ -36,7 +37,7 @@ nsupdate:
#ipv6: "abcd:000::1234:5678"
# Set username and password for PostgreSQL
# Set
a
username and password for PostgreSQL
database
postgresql:
username: nsupdate
password: TOPSECRET
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment