Skip to content

Ants that could. Ants that able. Ansible

License

Notifications You must be signed in to change notification settings

laerfulaolun/antsable

 
 

Repository files navigation

master

Get started

wget -O - https://raw.githubusercontent.com/TheShellLand/antsable/master/install-ansible.sh | sudo bash

Set Inventory

cp inventory-example.yaml inventory.yaml

Modify inventory.yaml

Run Playbooks

Run

./ansible.sh playbooks/readyup.yml 

Run locally without SSH

./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

Gnome Readyup Screenshots

download: https://app.vagrantup.com/theshellland/boxes/gnome-readyup

About

Ants that could. Ants that able. Ansible

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.4%
  • Dockerfile 6.1%
  • Python 2.5%