darkwizard242.subversion

Ansible Role: Subversion

This role helps you install (by default) the Subversion package or uninstall it (if specified) on Debian, Ubuntu, and CentOS systems.

Requirements

None.

Role Variables

You can find the available variables below (they are in defaults/main.yml):

Variables list:

subversion_app: subversion
subversion_desired_state: present

Variables table:

Variable Description
subversion_app Specifies the application to install, which is subversion.
subversion_desired_state Used to decide whether to install (use present or latest) or uninstall (absent) the package. Defaults to present.

Dependencies

None.

Example Playbook

To use the default behavior of the role (installing the subversion package) in Ansible playbooks, you can write:

- hosts: servers
  roles:
    - darkwizard242.subversion

To customize the role to install the latest subversion package, you can use:

- hosts: servers
  roles:
    - darkwizard242.subversion
  vars:
    subversion_desired_state: latest

To customize the role to uninstall the subversion package, you can write:

- hosts: servers
  roles:
    - darkwizard242.subversion
  vars:
    subversion_desired_state: absent

License

MIT

Author Information

This role was created by Ali Muhammad.

Informazioni sul progetto

Role for dynamically installing or uninstalling 'subversion' package.

Installa
ansible-galaxy install darkwizard242.subversion
Licenza
mit
Download
4.4k
Proprietario
Senior DevOps/CloudOps Engineer. Dedicated to Automating everything I come across. Love to work on and learn new technologies/tools everyday!