Documents in the database are assigned to these channels in order to handle access control:
- "public": Eponyms approved for public display. Read-only.
- "suggestion-{user-id}": Documents suggesting an eponym or changes. Can only be created, not updated, and are added to the admin and the user's suggestions channel.
- "admin": Contains suggested eponyms or changes.
User roles:
- "admin":
- "GUEST":
To run the Ansible playbook against our local VM:
ansible-playbook -l local playbook.yml
To run the Ansible playbook against our Digital Ocean droplet:
ansible-playbook -l droplets playbook.yml