artefactual-labs/ansible-atom-replication

Add ability to set siteTitle for read-only site

danloveg opened this issue · 2 comments

Hi Miguel,

Is it possible to add a variable that can control the site's title for the read-only AtoM instance? Specifically, I'm talking about the siteTitle setting in AtoM's settings table. When we replicate AtoM instances, our users get confused by the title of the site since they're expecting a different title than is in our edit AtoM site. I would like to be able to set the title "AtoM Community" for the read-only site but keep the title "AtoM Internal" in the edit site.

The way the siteUrl is set in ansible-atom-replication/tasks/atom-sync-baseurl.yml could also be used to also set the siteTitle. A variable could be used to set that title, for example, atom_replication_ro_sitetitle.

I'm willing to help write this change if you're swamped!

Thanks Daniel!

The new feature has been added: #7

I appreciate that, thank you!

Closed by #7