vundb/ansible-role-portage

Ansible role handle portage configuration and package installation on gentoo instances.

1.1.1 2017-09-30 02:34 UTC

This package is auto-updated.

Last update: 2024-04-10 22:16:00 UTC


README

Ansible role handle portage configuration and package installation on gentoo instances.

Supported Distributions

  • Gentoo

Role Variables

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: vundb-portage
      portage_configuration:
        - section: 'package.use'
          file: 'dev-lang-php'
          entries:
            - 'dev-lang/php gd'
        - section: 'package.accept_keywords'
          file: 'dev-lang-php'
          entries:
            - '>=dev-lang/php-7.0 ~amd64'
      portage_packages:
        - package: "dev-lang/php"

License

MIT

Author Information

  • You can find more roles in my GitHub channel vundb
  • Follow me on Twitter @vundb