
Ansible
Ansible is a simple and powerful automation engine. It is used to help with configuration management, application deployment, and task automation.
-
- Sign up for GitHub or sign in to edit this page
- Created by Michael DeHaan
- Released February 20, 2012
Here are 9,770 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.
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
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
ISSUE TYPE
- Feature Idea
SUMMARY
Right now it's visible only when you open template definition, it would be far more useful if it was visible at least in expanded view, so that it's clear what templates are used for.
使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响
-
Updated
Oct 16, 2019 - 835 commits
- Shell
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
-
Updated
Oct 16, 2019 - 12 commits
- Groovy
Open Source alternative to Ansible Tower
-
Updated
Oct 13, 2019 - 613 commits
- Go
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
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
-
Updated
Oct 14, 2019 - 510 commits
- HTML
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
Testinfra test your infrastructures
-
Updated
Oct 16, 2019 - 536 commits
- Python
Infrastructure As Code Tutorial. Covers Packer, Terraform, Ansible, Vagrant, Docker, Docker Compose, Kubernetes
-
Updated
Oct 15, 2019 - 64 commits
Welcome to https://PGBlitz.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!
-
Updated
Oct 15, 2019 - 21 commits
- Shell
This Ansible role provides numerous security-related configurations, providing all-round base protection.
-
Updated
Oct 15, 2019 - 431 commits
- Ruby
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
A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.
-
Updated
Oct 14, 2019 - 92 commits
- Python
Jeff Geerling asked me to log this issue.
On this page on docker it says you need to install vagrant and virtualbox: https://hub.docker.com/r/geerlingguy/drupal-vm/
All the steps on this page is the exact same as the normal drupalvm installation, not the way it is installed on docker.
Thank you
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Of the learning environments that leverage Ansible, very few are using roles. This can make porting Ansible playbooks across learning environments more difficult. To fix this, Ansible-using learning environments need to be refactored (where possible) to use an Ansible role.
Learn about ansible
- Organization
- ansible
- Website
- www.ansible.com
- Wikipedia
- Wikipedia
SUMMARY
I was working on an example of what not to do—namely, using the
yum
module instead ofpackage
for something meant to be platform agnostic... but then I realized my example (using theyum
module on Debian) actually worked.When I ran the
yum
task with-vvvv
I found: