Nate Coraor

Results 53 comments of Nate Coraor

Does concatenating public keys still work? I concatenated two subkeys via the ASCII-Armored Encrypted Key method, each subkey from a different master key, and only the first was used for...

@erasche Works for me. Public key is at https://github.com/natefoo.keys

> add tmpwatch into galaxy role galaxyproject/ansible-galaxy#169

@lldelisle thanks!

@lldelisle thanks, we added this as "Stop re-using IDs between sections (aka don't use the same values for runner IDs, destination IDs, job resource IDs, etc."

@lldelisle If you changed this to `listen *:80 default_server;`, you should also move this template from `nginx_ssl_servers` to `nginx_servers`, remove `redirect-ssl` from `nginx_servers`, and comment `nginx_ssl_role`. You would also need...

Regarding the job conf, yes, we have converted it to a (standalone) YAML file on .org, this works now. For the admin training, putting it directly in galaxy.yml may be...

Couple more things: - Maybe should consider creating a `dbservers` group and putting postgres stuff in `group_vars/dbservers.yml`. It might be confusing up front but it will help people who later...

Maybe move job_conf.xml and job_metrics_conf.xml to their own "adding additional configs" tutorial that gets run right after ansible-galaxy?

> I worry about defining a variable in step like 1, and students thinking they have to define variables for everything (even if that's often best practice.) There's definitely a...