ansible-pull-2
Configuration management, deployment, and task execution system
Install
- All systems
-
curl cmd.cat/ansible-pull-2.sh
- Debian
-
apt-get install ansible
- Ubuntu
-
apt-get install ansible
- Alpine
-
apk add ansible
- Arch Linux
-
pacman -S ansible
- Kali Linux
-
apt-get install ansible
- CentOS
-
yum install ansible
- Fedora
-
dnf install ansible
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ansible
- OS X
-
brew install ansible
- Raspbian
-
apt-get install ansible
- Dockerfile
- dockerfile.run/ansible-pull-2
- Docker
-
docker run cmd.cat/ansible-pull-2 ansible-pull-2
powered by Commando
ansible
Configuration management, deployment, and task execution system
Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.