Skip to content
#

rhel

Here are 195 public repositories matching this topic...

m8ram
m8ram commented Apr 24, 2020

Based on the current README my expectation was that the certificate_file, certificate_key_file and certificate_chain_file directives needed to point to local (on the ansible control node) which would get installed by the role.

It turns out that the paths are entered in the vhosts.conf.
No files are deployed so the playbook needs to handle that outisde this role.

I believe it would be useful

Limero
Limero commented Apr 28, 2018

The Ubuntu Server 18.04 installer has a very nice feature where it can automatically import a SSH identity from Github when a user is created. It would be cool if anaconda had a similar feature.

How it looks on Ubuntu Server 18.04:
image

brianyulke
brianyulke commented Oct 7, 2019

When checking this site for the EOL information for a given tool, it's unclear when the page was last modified and thus if the information is current or out of date which seems somewhat antithetical to the purpose of this project.

Ideally the Last Modified date would be generated programmatically, but at the very least could be hard coded on each page and made a requirement for merging any pu

hhorak
hhorak commented Jul 11, 2017

Both, MariaDB and PostgreSQL pass the rest of the run- arguments given to this script by docker run command to the itself:

exec ${MYSQL_PREFIX}/libexec/mysqld --defaults-file=$MYSQL_DEFAULTS_FILE "$@" 2>&1
...
exec postgres "$@"

This allows to change/add some options on the docker run command line or in template without providing whole new configuration. If t

Improve this page

Add a description, image, and links to the rhel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rhel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.