Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.15 KB

DocumentSync.md

File metadata and controls

36 lines (22 loc) · 1.15 KB

Eponyms Sync Gateway Channels

Sync Channels

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":

Ansible

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

Links