Ansible
Ansible is a simple and powerful automation engine. It is used to help with configuration management, application deployment, and task automation.
Here are 11,894 public repositories matching this topic...
It would be a good idea to recommend the Wireguard MacOS app instead of the command line in the usage instructions.
What would you like to be added:
Enable Dynamic Persistent volume Provisioning for ceph rbd provisioner through adding "allowVolumeExpansion" parameter.
Why is this needed:
Dynamic Persistent volume Provisioning is necessary and ceph rbd support this.
ISSUE TYPE
When a playbook is not valid but its filename is specified using a rest api enpoint, (e.g using job_templates endpoint) the system returns "Playbook not found for project".
SUMMARY
Error "Playbook not found for project", suggest users that yaml file doesn't exist at specified playbook path. In this particular situation error message like "Playbook specified doesn't cont
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
# 创建https ingress
$ kubectl apply -f /etc/ansible/manifests/ingress/traefik/tls/hello-tls.ing.yaml
# 注意根据hello示例,需要在default命名空间创建对应的secret: traefik-cert
$ kubectl create secret tls traefik-cert --key=tls.key --cert=tls.crt
- 不执行 hello-tls.ing.yaml ,nginx的https
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
It would be nice if the documentation could be version tracked too, and people could not randomly change things without it undergoing a review. I would propose that we use the github pages format with a new repository (or docs subfolder) for this and migrate the current wiki content to it as a starting point.
https://pages.github.com/
I'm using vagrant 2.2.6 in a WSL (Windows Services for Linux) Ubuntu environment installed on Windows 10.
Please update the book example of the Vagrantfile on page 241 of the pdf to reflect github:
4 Vagrant.configure(2) do |config|
5 config.vm.box = "geerlingguy/ubuntu1804"
6 config.ssh.insert_key = false
and append a line which is common to your other Vagrantfiles to the Vagrant.
-
Updated
Jun 16, 2020 - HTML
We need to build a multi-dimensional support matrix which would document what is supported , tested or broken, including:
- operating system
- installation method pip user, pip-virtualenv, docker-image,...
- python version
- ansible version
- provider (including external ones)
- verifier
Ideally we should find a way to build this dynamically but for start even a manual table would be us
可视化方式展示防火墙状态,方便异常排错
能够以可视化方式显示 KO 部署机本身,及集群中各个主机的防火墙运行情况。
1、安装环境,请务必确认docker和docker-compose已经安装好了
[root@localhost]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost]# docker --version
Docker version 19.03.1, build 74b1e89
[root@localhost]# docker-compose -version
docker-compose version 1.24.0, build 0aa59064
2、下载opsmanage的zip包
https://github.com/welliamcao/OpsManage
3、把zip包上传到linux系统任何目录,例如:/data/pkg。
4、编辑aut
Docker Bulid 安装依赖失败问题The command '/bin/sh -c pip3 install --upgrade pip' returned a non-zero code: 1
错误信息:
Step 10/16 : RUN pip3 install --upgrade pip
---> Running in 83716c526776
Collecting pip
Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled
Summary
In order to avoid accidental false-positive results where not files are loaded and linted, we need to assure that ansible-lint would return an non-zero exit code when, for various reasons it end-up not loading any file.
Issue Type
- Bug Report
STEPS TO REPRODUCE
ansible-lint not-existing-file.yml
EXIT: 0Note that arguments could be paths, and t
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing request
- This is not a personal support request that should be posted on the Roots Discourse community
Feature request
When re-provisioning a server with a users tag `trelli
-
Updated
Jul 9, 2020 - YAML
Description
I'm trying to set up openshift-3.11 on CentOS-7 on VirtualBox VMs:
cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.oOn the basis of Review Russian documentation #1963
- Main
- Releases
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker direct
Hi,
The install section in documentation says:
git clone [email protected]:fboender/ansible-cmdb.git
cd ansible-cmdb
sudo bash -c ". build.sla && install"
Following the instructions to the letter results in:
$ git clone [email protected]:fboender/ansible-cmdb.git
Cloning into 'ansible-cmdb'...
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
-
Updated
Jul 6, 2020 - JavaScript
Tutorial assumes Europe. (https://github.com/Artemmkin/infrastructure-as-code-tutorial/blob/master/docs/01-prerequisites.md)
Set a default compute region:
$ gcloud config set compute/region europe-west1
Set a default compute zone:
$ gcloud config set compute/zone europe-west1-b
Recommend pointing student to https://cloud.google.com/compute/docs/regions-zones
-
Updated
Jun 21, 2020 - Shell
Created by Michael DeHaan
Released February 20, 2012
- Organization
- ansible
- Website
- www.ansible.com
- Wikipedia
- Wikipedia



SUMMARY
Ansible's [special handling of file systems for SELinux](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-selinux-