Skip to content

Piiit/ansible-ssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible SSH Role

SSH configuration role.

Example Playbook

- hosts: all
  tasks:
    - ansible.builtin.include_role:
        name: ansible-ssh

Versioning

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

Creating a new minor release:

git tag v1
git push --tags

Replacing an already existing minor release:

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

About

Ansible - SSH Role

Resources

Stars

Watchers

Forks

Packages

No packages published