Skip to content
Snippets Groups Projects
Select Git revision
  • a707d1887dd9d629e17b7c232bc3dc72ac550a9b
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

README-servicedelegationrule.md

Blame
    • Rafael Guterres Jeffman's avatar
      7126dec0
      README-*: Bump minimum Ansible supported version to 2.15 · 7126dec0
      Rafael Guterres Jeffman authored
      ansible-freeipa roles do not work with Ansible 2.8 anymore, so the
      minimum supported version is changed to 2.15, the oldest supported
      Ansible version as of today.
      
      This patch includes the change to the version number in the collection
      and all plugin README files. The collection README was also update to
      remove text that related only to previous Ansible versions.
      7126dec0
      History
      README-*: Bump minimum Ansible supported version to 2.15
      Rafael Guterres Jeffman authored
      ansible-freeipa roles do not work with Ansible 2.8 anymore, so the
      minimum supported version is changed to 2.15, the oldest supported
      Ansible version as of today.
      
      This patch includes the change to the version number in the collection
      and all plugin README files. The collection README was also update to
      remove text that related only to previous Ansible versions.
    setup.cfg 1.27 KiB
    [metadata]
    name = kubespray
    summary = Ansible modules for installing Kubernetes
    description-file =
        README.md
    author = Kubespray
    author-email = smainklh@gmail.com
    license = Apache License (2.0)
    home-page = https://github.com/kubernetes-incubator/kubespray
    classifier =
      License :: OSI Approved :: Apache Software License
      Development Status :: 4 - Beta
      Intended Audience :: Developers
      Intended Audience :: System Administrators
      Intended Audience :: Information Technology
      Topic :: Utilities
    
    [global]
    setup-hooks =
        pbr.hooks.setup_hook
    
    [files]
    data_files =
        /usr/share/kubespray/playbooks/ =
            cluster.yml
            upgrade-cluster.yml
            scale.yml
            reset.yml
            extra_playbooks/upgrade-only-k8s.yml
        /usr/share/kubespray/roles = roles/*
        /usr/share/doc/kubespray/ =
            LICENSE
            README.md
        /usr/share/doc/kubespray/inventory/ =
            inventory/sample/hosts.ini
        /etc/kubespray/ =
            ansible.cfg
        /etc/kubespray/inventory/sample/group_vars/ =
            inventory/sample/group_vars/all.yml
            inventory/sample/group_vars/k8s-cluster.yml
    
    [wheel]
    universal = 1
    
    [pbr]
    skip_authors = True
    skip_changelog = True
    
    [bdist_rpm]
    group = "System Environment/Libraries"
    requires =
        ansible
        python-jinja2
        python-netaddr