Skip to content

devopstoolbox/conver2rhel

Repository files navigation

Role Name

conver2rhel: Conver2rhel

Build Status

Ansible galaxy:

https://galaxy.ansible.com/devopstoolbox.conver2rhel

ansible-galaxy install devopstoolbox.conver2rhel

Requirements

  • For RHEL, a Red Hat subscription or functional local repository.
  • Ansible 2.4 or higher

Role Variables

conver2rhel_packages_state: present
conver2rhel_remove_packages: true
conver2rhel_enable_service: true
conver2rhel_enable_selinux: true
conver2rhel_copy_templates: true
conver2rhel_firewall_configure: true
conver2rhel_firewall_rules:
  - service: ssh
  - port: 3389
conver2rhel_users:
  - user: devops
    group: docker
conver2rhel_selinux_booleans:
  - name: ftp_home_dir
    state: true
    persistent: true

Dependencies

  • For Red Hat, subscription-manager.

Example Playbook

---
- name: Install conver2rhel on localhost
  hosts:
    - localhost
  connection: local

  tasks:
    - name: conver2rhel is configured
      import_role:
        name: devopstoolbox.conver2rhel
      vars:
        conver2rhel_packages_state: present
        conver2rhel_remove_packages: true
        conver2rhel_enable_service: true
        conver2rhel_enable_selinux: true
        conver2rhel_copy_templates: true
        conver2rhel_firewall_configure: true
        conver2rhel_firewall_rules:
          - service: ssh
          - port: 3389
        conver2rhel_users:
          - user: devops
            group: docker
        conver2rhel_selinux_booleans:
          - name: ftp_home_dir
            state: true
            persistent: true
      tags: conver2rhel

License

MIT

Author Information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages