Ansible role for installing Cloudmesh Client
This can be used both as a role or to install Cloudmesh Client on the local machine
Add the role to your roles directory as a git submodule
$ git submodule add https://github.com/cloudmesh/ansible-cloudmesh-client.git roles/cloudmesh_client
You can now include the role in your playbook
- name: Install Cloudmesh Client
hosts: cloudmesh_client_hosts
roles:
- role: cloudmesh_client$ git clone https://github.com/cloudmesh/ansible-cloudmesh-client.git
$ cd ansible-cloudmesh-client/local
$ ./setup.sh
$ ansible-playbook -i local/inventory.txt local/site.yml
See defaults/main.yml.
See the LICENSE file.
Contributions are welcome.
- Please send pull requests to the
devbranch - Add yourself to
CONTRIBUTORS.yml