Cloud CLIs

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Cloud CLIs

As a: Cloud Architect

I want to: install Cloud CLIs for major hyperscalers: - Amazon AWS - Microsoft Azure - IBM Cloud - Other tools (kubectl, helm), etc. that might be used

So that: automate my clouds.

Using the role

Using the role in a playbook
---
- name: Install cloudcli
  hosts: all

  tasks:
    - name: cloudcli is configured
      import_role:
        name: crivetimihai.cloudcli
      vars:
        cloudcli_enable_service: true
      tags: cloudcli
# Install the role
ansible-galaxy install crivetimihai.cloudcli

# Run the playbook
ansible-playbook cloudcli-playbook.yml

Last update: 2020-02-04