Skip to content
#

Ansible

ansible logo

Ansible is a simple and powerful automation engine. It is used to help with configuration management, application deployment, and task automation.

Here are 11,490 public repositories matching this topic...

edhil
edhil commented May 4, 2020
SUMMARY

apt_repository throws exception "TypeError: instancemethod expected at least 2 arguments, got 0"
This is the same issue than #57195 which has been closed, but still persist.

Please note that I'm fully aware that python 2.6 is old, and debian6 is very old.
However the documentation says that python2.6 is supported for managed nodes (and not for management Host), so this mo

algo
zaskan
zaskan commented Apr 27, 2020
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

surister
surister commented Jan 21, 2020

This is a reminder for me or a task if anyone wants :P

imagen

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
waitingsong
waitingsong commented Apr 25, 2019

https://github.com/gjmzj/kubeasz/blob/master/docs/guide/ingress-tls.md#4%E5%88%9B%E5%BB%BA-https-ingress-%E4%BE%8B%E5%AD%90

# 创建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
  1. 不执行 hello-tls.ing.yaml ,nginx的https
MegaDrive68k
MegaDrive68k commented Feb 12, 2020

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
twhiston
twhiston commented Mar 27, 2018

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/

mandrews4
mandrews4 commented May 1, 2020

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.

molecule
ssbarnea
ssbarnea commented Feb 26, 2020

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

rongxr
rongxr commented Sep 27, 2019

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

yanghongfei
yanghongfei commented Dec 24, 2018

错误信息:
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

trellis
Mad-ness
Mad-ness commented Feb 21, 2019

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.o
jdhanasekar
jdhanasekar commented Aug 14, 2019

Hi All,

I like to use Ansible AWX for my Automation project instead of Ansible Tower
I have working on to install AWX Vagrant VM using this geerlingguy AWX example.
When I run vagrant up, I am getting below error,

task path: /home/user/dhanasekar/Automation/awx/roles/geerlingguy.awx/tasks/awx-install-playbook.yml:2
fatal: [awx]: FAILED! => {"changed": true, "cmd": ["ansible-pla
werf
rngadam
rngadam commented Jan 20, 2020
resource "aws_instance" "android_build" {
  tags = {
    Name = "Android Builder"
  }

generates:

[name_android builder]

which fails with:

[WARNING]:  * Failed to parse /Users/rngadam/coderbunker/prj/esmart/esmart-terraform-build/inventory.ini with ini plugin: /Users/rngadam/coderbunker/prj/esmart/esmart-
terraform-build/inventory.ini:18: Invalid section ent

Created by Michael DeHaan

Released February 20, 2012

Organization
ansible
Website
www.ansible.com
Wikipedia
Wikipedia
You can’t perform that action at this time.