uisautomation / lecture-capture-agent-ansible

An ansible playbook to configure a host running Ubuntu into an opencast compatible Capture Agent
MIT License
3 stars 2 forks source link

Encrypted passwords and new hosts file for dev capture agents #44

Closed si202cam closed 5 years ago

si202cam commented 5 years ago

To avoid having any passwords in clear that might be accidentally deployed, this PR moves passwords from groups_vars/all to group_vars/dev and encrypts them.

The dev-hosts.yml file includes a new entry for a 'dev' group (at the bottom), that inherits all the other capture agents defined in the file, this should result in the groups_vars/dev file being included.

Part of #36