devops-tools
Here are 659 public repositories matching this topic...
-
Updated
Jul 7, 2020
It would be nice if lynis would gather (and report in the portal/reports) information about user-accounts:
- Expired or soon to expire passwords (passwd -e)
- Locked accounts (passwd -S )
- Expired accounts (chage -E / chage -l )
Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:
The badge links to tickgit.com which is a free service that indexes and displays TODO comments in public gi
-
Updated
Jul 8, 2020 - Go
For the life of me, I can't find where valid keys are defined or how they're determined. This information would be particularly handy in the awless show --help output. FWIW, my immediate use-case is only concerned with EC2 instance "Launch Time".
awless show i-foobar shows an Uptime key but that doesn't work.
$ awless show --values-for Uptime i-foobar
[error] no values for ["
This is meant as a discussion to follow up on #411. For those interested in getting more involved with goss, I am interested in the following:
- Now that there is a CONTRIBUTING.md, issue/pr templates,
Describe the bug
At the moment of creating or editing some job, go to the "Workflow" tab, create or edit an option, click on "Remote URL" (radio button) and click on "Rundeck User Guide - Option model provider" link, the new browser tab shows a broken link.
My Rundeck detail
- Rundeck version: 3.2.2
- install type: WAR
- OS Name/version: Windows 10 (also confirmed with Ubuntu 19
-
Updated
Jul 10, 2020 - Go
-
Updated
Jul 9, 2020 - Python
In README.md there is the following command:
docker run --it --name tgr -p 5000:5000 -e CLIENT_ID="xxxxxxx" -e CLIENT_SECRET="xxxxxxxxxxxxxxx" -e DEBUG="True" tgrThere is two issues with that:
- It should be
-it, rather than--it, since the first one is invalid - You also need to specify
-e HOST="0.0.0.0"and-e PORT="5000"in order for the app to start.
Addi
Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.
# mlr --version
Miller v5.6.2
# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10
# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16
# mlr --icsv cat then put 'print FILENAME' /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/
maybe it is possible already but i can't get it to work, here is my idea:
i have an cluster.yaml:
apiVersion: kops.k8s.io/v1alpha2
kind: Cluster
metadata:
creationTimestamp: "2019-09-11T07:24:11Z"
generation: 5
name: cicd.dev.my-cluster.io
spec:
api:
loadBalancer:
type: Internal
authorization:
rbac: {}
channel: stable
cloudLabels:
kube
-
Updated
Jul 7, 2020 - Go
Hello!,
Just started working with this package and have to say is great!.
Was playing with the Supervisor class and would love to have an option specify the path where supervisorctl resides as well to be able to define where the configuration may reside.
There are some scenarios where the
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
-
Updated
Jun 25, 2020 - HTML
Describe the bug/feature
I would like kapitan to output unindented sequences.
At the moment it generates
mylist:
- item1
- item2
and I want
mylist:
- item1
- item2The current behaviour seems deliberate (https://github.com/deepmind/kapitan/blob/25f4ebaca159a748e44683a45875e74be73c1570/kapitan/utils.py#L163-L170 ) but I would like to be able to deactivate
Cloudprober supports building additional metrics (other than the default ones) from external probe output. We could possible do the same for HTTP probe.
The nomad-acl-token is being logged at the default logging level of info. I think that it makes sense to log other useful info at info level, but secret info like tokens would ideally never be logged, or at best, at debug level only.
In looking at the code, it seems most if not all logging is done at the info level, so other levels of logging aren't very useful as a work-around.
That
-
Updated
Jul 9, 2020 - Python
I'm not sure how it's meant to be used, but it seems the only way to find the path I want would be to scroll through the 173 pages of entries. I think there should be some form of searching in there (for paths, not resources).
It would be really useful if gomplate could have native support for accessing terraform output values. Using the terraform CLI this can easily be done using terraform output -json some_output_value. Having the ability to access terraform state using a data source would be pretty useful when performing various templating tasks!
Starting at the "Create a staging environment", the steps described in the guide quickly outpace the explanations and it was not obvious to me what was going on. The quickstart assumes knowledge of concepts (environments, machines) that I would have liked to see brief explanations of.
The Quickstart could also use now.sh as an example deployment environment so that the user can follow along wit
Why is this command giving an error even though it works ok on the command line: command 'curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add'
-
Updated
May 22, 2020
Problem Statement
Currently, the test coverage for Tern's code is 63%. See below, which is a full coverage run on Tern's code base.
$ coverage run -m unittest discover -s tests
$ coverage report --fail-under 85
Name Stmts Miss Cover
-------------------------------------------------------------
tern/__init__.py
-
Updated
Sep 2, 2018 - Python
Improve this page
Add a description, image, and links to the devops-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devops-tools topic, visit your repo's landing page and select "manage topics."


问题描述
使用的docker配置http://walle-web.io/docs/installation_docker.html
添加部署公钥要无法验证通过
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0755 for '/root/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.