macklus.os

macklus.os

Simple Operating System Tools

Role Variables

macklus:
  os:
    repository:
      install: true
      country: 'fr'
    packages:
      latest:
        all: []
        debian: []
        redhat: []
      absent:
        all: []
        debian: []
        redhat: []
    reboot: 'always|only_if_necessary'
    locales: []
  • macklus.os.packages.latest.all: List of packages to install
  • macklus.os.packages.latest.debian: List of packages to install for Debian
  • macklus.os.packages.latest.redhat: List of packages to install for RedHat
  • macklus.os.packages.absent.all: List of packages to remove
  • macklus.os.packages.absent.debian: List of packages to remove for Debian
  • macklus.os.packages.absent.redhat: List of packages to remove for RedHat
  • macklus.os.locales: List of locales to install

Example Playbook

Here’s an example of how to use this role, including how to set variables:

- hosts: localhost
  remote_user: root
  roles:
    - macklus.os/repository
    - macklus.os/packages
    - macklus.os/upgrade
    - macklus.os/locales
    - macklus.os/reboot

License

GPL-3.0-only

Informazioni sul progetto

Simple role to manage Operating Systems default operations

Installa
ansible-galaxy install macklus.os
Licenza
gpl-3.0
Download
77
Proprietario
Code and sysadmin lover. Always ready to try and fail, and learn, and dream