cos-ansible-base
cos-ansible-base copied to clipboard
Our base ansible scripts for deployment and orchestration
Need to test first--next time we deploy.
Status?
Hi there, I'm looking into deploying osf on a test server and tried a few things with this repo but didn't get very far. Before I spend more time looking...
Just a quick note for when we get back to developing the OSF role: we should ensure that each OSF deployment has a unique cookie name defined in `website.settings`. Otherwise...
For some reason, using the `lookup` function for public ssh keys doesn't seem to be working. ``` yaml genericusers_users: # ... ssh_keys: - "{{ lookup('file', 'group_vars/pubkeys/sloria.pub') }}" ``` When the...
I believe @chrisseto has already made a role for this. Posting this for record-keeping
I have manually tested LFD like so: - Temporarily allow password authentication by changing groupvars - set LF_SSHD_PERM = 30 in the csf configuration file - ssh sloria@localhost -p 2222...