Skip to content
#

role

Here are 728 public repositories matching this topic...

rustam87
rustam87 commented Nov 14, 2019

v.5.0.3

var RBAC = require('rbac');

return

{ __esModule: true,
  RBAC: [Function: RBAC],
  Base: [Function: Base],
  Role: [Function: Role],
  Permission: [Function: Permission],
  Storage: [Function: Storage],
  Memory: [Function: Memory] }

in doc you wrote
var RBAC = require('rbac').default

Where is default key?
var RBAC = require('rbac').default
return **

earchibald-lv
earchibald-lv commented Mar 3, 2020
  1. libmysqlclient-dev is default-libmysqlclient-dev on Deb 9 stretch.
  2. Documentation: git should listed in Dependencies for building from source.
  3. I had to add --without-sqlite3 and --without-pdo-sqlite to php_source_configure_command to work properly. Getting a current version of sqlite3 onto Debian 9 is a pain.

Play that I used for prep/patch:

---
- name: Install prer
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

geerlingguy
geerlingguy commented May 10, 2018

From Kubelet's startup logs via journalctl -f, when running Kubernetes 1.10+:

Flag --cgroup-driver has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Flag --resolv-conf has been deprecated, This parameter should be set via the co

Improve this page

Add a description, image, and links to the role 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 role topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.