Ansible for inherited sites » History » Version 1
Jon Goldberg, 03/28/2018 01:59 PM
1 | 1 | Jon Goldberg | # Ansible for inherited sites |
---|---|---|---|
2 | Because inherited/legacy sites weren't created by Ansible, we need to take additional steps to ensure we work properly with them. |
||
3 | |||
4 | * From the [Website List](https://crm.megaphonetech.com/website-list), make sure to fill in appropriate values in the *Overrides* section of the site. |
||
5 | * If Ansible can't find passwords for the MySQL user/admin user, it will try to create them. Use `pass insert` to fix this. e.g.: |
||
6 | |||
7 | ```bash |
||
8 | pass insert nwu/nwuserver/nwu.org/mysql |
||
9 | pass insert nwu/nwuserver/nwu.org/admin |
||
10 | ``` |