Skip to content
ansible logo

Ansible

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

Here are 9,770 public repositories matching this topic...

geerlingguy
geerlingguy commented Sep 16, 2019
SUMMARY

I was working on an example of what not to do—namely, using the yum module instead of package for something meant to be platform agnostic... but then I realized my example (using the yum module on Debian) actually worked.

When I ran the yum task with -vvvv I found:

Running apt as the backend for the yum action plugin
Using module file /usr/local/lib/pytho
algo
roycewilliams
roycewilliams commented Aug 4, 2019

With release 1.1, I (and likely others) are looking for guidance/gotchas documentation for upgrading from 1.0, especially when working with an existing client base and wanting to preserve it.

I'm especially interested in any backwards-incompatibilities, guidance on which files might need to be copied over from a previous install, etc.

If such docs already exist, please consider making them

sermilrod
sermilrod commented May 19, 2017

FEATURE REQUEST:
Hi,

I see that there is nothing in the kargo repo related to docker login stuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.

I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi

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

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
diafour
diafour commented Jan 11, 2019

There are 4 execution modules in ansible and two of them has live output in dapp. The most frequent use cases are:

  • run one command
  • run multiple commands
  • run shell script
  • run commands or script in login shell or with loaded environment variables

We need to document this variants with links to ansible documentation and give an explanation of what is invoked behind the scene (dappdeps

You can’t perform that action at this time.