Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 873 Bytes

File metadata and controls

45 lines (34 loc) · 873 Bytes

linux defaultsoftware

Build Status

Install software using yum or apt

Role Variables

    linux_defaultsoftware__yum_defaultsoftware:
        - vim
    linux_defaultsoftware__apt_defaultsoftware:
        - vim

Example Playbook

    - hosts: centos
      vars:
        - linux_defaultsoftware__yum_defaultsoftware: vim
      roles:
         - linux_defaultsoftware

    - hosts: ubuntu
      vars:
        - linux_defaultsoftware__yum_defaultsoftware:
            - vim
            - nginx
      roles:
         - linux_defaultsoftware

License

GPLv3

Author Information

Part of the ANTS Framework