apt update && apt install -y wget vim git && git clone https://github.com/TheShellLand/antsable/ && bash antsable/install-ansible.sh
wget -O - https://raw.githubusercontent.com/TheShellLand/antsable/master/install-ansible.sh | sudo bash
cp inventory-example.yaml inventory.yaml
Modify inventory.yaml
Run
bash ansible.sh playbooks/readyup.yml
Run locally without SSH
bash ansible-local.sh playbooks/readyup.yml
bash ansible.sh playbooks/readyup.yml --connection local
Limit to localhost:
# -c --connection
# -l --limit
./ansible.sh playbooks/readyup.yml -c local -l local
Run with docker:
/bin/bash docker/build.sh
/bin/bash ansible-docker.sh playbooks/debug.yml
download: https://app.vagrantup.com/theshellland/boxes/gnome-readyup



