Cloud CLIs
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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.
Cloud CLIs
Using the role
Using the role in a playbook
--- - name: Install cloudcli hosts: all tasks: - name: cloudcli is configured import_role: name: devopstoolbox.cloudcli vars: cloudcli_enable_service: true tags: cloudcli
# Install the role ansible-galaxy install devopstoolbox.cloudcli # Run the playbook ansible-playbook cloudcli-playbook.yml
Last update: 2020-02-09