Skip to content

Piiit/ansible-swap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Swap Role

Swap creation role.

Role Variables

  • swap_size: The size of the swap file

Example Playbook

- hosts: all
  tasks:
    - ansible.builtin.include_role:
        name: ansible-swap
      vars:
        swap_size: '1G'

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 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 - Swap Role

Resources

Stars

Watchers

Forks

Packages

No packages published