redhat
Here are 397 public repositories matching this topic...
# fc29
dnf install -y docker docker-compose
# docker-1.13.1-62.git9cb56fd.fc29.src.rpm
# docker-compose-1.22.0-2.fc29.src.rpmWhat's a good way to make this (only installing from a limited set of package repos) optional?
-
Updated
Feb 20, 2020 - Python
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
-
Updated
Sep 16, 2019 - Shell
The spring security code is left on feature branch.
Looking at ProductAppApplication.java, in the tutorial,
@GetMapping(path = "/products")
public String getProducts(Principal principal, Model model){
model.addAttribute("principal",principal);
model.addAttribute("products", productService.getProducts());
return "products";
}
whereas in GitHub
@GetMapping(path = "/
-
Updated
May 20, 2019 - Shell
Currently iptables is completely disabled for RHEL 6 because I don't like dealing with iptables. If someone could fix that, it would be just great.
I've been attempting to deploy OKD to BYO Infrastructure by setting
openshift_deployment_type: origin
deployment_type: origin
Currently running into the error:
Error reading manifest latest in registry.redhat.io/openshift/origin: unknown: Not Found
I'm assuming there's issues with my configuration but can't seem to find documentation on how to use casl-ansible for an OKD depl
-
Updated
May 11, 2020 - Shell
-
Updated
Feb 8, 2020 - Shell
-
Updated
Apr 4, 2020 - C
-
Updated
Jun 8, 2020 - Shell
-
Updated
Oct 15, 2018
certs = shared[Cert_List]
certs.num_tracked # number of certificates tracked from first line
2
len(certs) # number of requests stored - may be smaller than num_tracked
2
certs.requests
-
Updated
Apr 5, 2019
-
Updated
May 7, 2020 - Shell
-
Updated
Jun 10, 2020 - Ruby
The official Galera deployment guidelines make a few recommendations that I'd love to see implemented into this playbook.
-
Each datacenter should have a unique gmcast.segment ID so that the nodes know who is closest and who is in each DC (Helps with replication optimization). It would be great to be able to define this in the host or group inventory.
-
Use the server private IP address in
Improve this page
Add a description, image, and links to the redhat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redhat topic, visit your repo's landing page and select "manage topics."
Hello,
with
yum info auditI can confirm that the package audit is installed.with
rpm -ql auditI can see a list of files, including /usr/share/doc/audit-2.3.7/*But those files are missing
ls: cannot access /usr/share/doc/audit-2.3.7: No such file or directoryCentOS 6.7
Can you help with that?
Thanks.