forked from ubccr/coldfront
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f32d0e0
commit 2d5c206
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ that quotes need not be provided, except in the list variable. | |
redis_passwd: password_here | ||
from_email: [email protected] | ||
admin_email: [email protected] | ||
email_admin_list: ["[email protected]"] | ||
request_approval_cc_list: ["[email protected]"] | ||
``` | ||
8. Provision the VM. This should run the Ansible playbook. Expect this to take | ||
|