Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

aboutbits/ansible-aws-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible AWS CLI Role

Installation of the AWS CLI.

Example Playbook

- hosts: all
  tasks:
    - ansible.builtin.include_role:
        name: ansible-aws-cli

Versioning

In order to have a versioning in place and working, create lightweight tags that point to the appropriate minor release versions.

Creating a new minor release:

git tag v2
git push --tags

Replacing an already existing minor release:

git tag -d v2
git push origin :refs/tags/v2
git tag v2
git push --tags

About

Ansible - AWS CLI Role

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •