Does stuff!
This role is just an example of ansible
Ansible 2.2.0+ to run playbook
n/a
ansbile git
Run playbook to do stuff!
From inside provisioned VM or added to automation:
ansible-pull -i 'localhost,' -c local -d /tmp/stuff -U https://github.com/scottlinux/ansible-demo
From one's workstation to provision a remote VM:
git clone https://github.com/scottlinux/ansible-demo
ansible-playbook -i "ip.address.of.target.server.vm," ansible-demo/local.yml
Run locally with ansible-playbook
git clone https://github.com/scottlinux/ansible-demo
ansible-playbook -i localhost, -c local ansible-demo/local.yml
MIT
@scottlinux