Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Combine all pulp django settings into single var
Browse files Browse the repository at this point in the history
By creating a dictionary `pulp_settings` we can allow users to add or
update arbitrary values which will go into their local settings.py. This
also creates a clear scope separation between ansible variables and pulp
settings variables.

re #5031

[noissue]
  • Loading branch information
mikedep333 committed Sep 26, 2019
1 parent 8f9f3f4 commit bed4399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -17,8 +17,9 @@ Including an example of how to use your role (for instance, with variables passe
---
- hosts: all
vars:
pulp_secret_key: secret
pulp_default_admin_password: password
pulp_settings:
secret_key: secret
pulp_install_plugins:
pulp-rpm: {}
roles:
Expand Down

0 comments on commit bed4399

Please sign in to comment.