Skip to content
Snippets Groups Projects
Select Git revision
  • fe9e11b50147c564c597158166019fe44ce6d557
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

fcos.md

Blame
    • Cristian Calin's avatar
      e6976a54
      add pre-commit hook to facilitate local testing (#9158) · e6976a54
      Cristian Calin authored
      * add pre-commit hook configuration
      
      * add tmp.md to .gitignore
      
      * describe the use of pre-commit hook in CONTRIBUTING.md
      
      * fix docs/integration.md errors identified by markdownlint
      
      * fix docs/<file>.md errors identified by markdownlint
      
      * docs/azure-csi.md
      * docs/azure.md
      * docs/bootstrap-os.md
      * docs/calico.md
      * docs/debian.md
      * docs/fcos.md
      * docs/vagrant.md
      * docs/gcp-lb.md
      * docs/kubernetes-apps/registry.md
      * docs/setting-up-your-first-cluster.md
      * docs/vagrant.md
      * docs/vars.md
      
      * fix contrib/<file>.md errors identified by markdownlint
      e6976a54
      History
      add pre-commit hook to facilitate local testing (#9158)
      Cristian Calin authored
      * add pre-commit hook configuration
      
      * add tmp.md to .gitignore
      
      * describe the use of pre-commit hook in CONTRIBUTING.md
      
      * fix docs/integration.md errors identified by markdownlint
      
      * fix docs/<file>.md errors identified by markdownlint
      
      * docs/azure-csi.md
      * docs/azure.md
      * docs/bootstrap-os.md
      * docs/calico.md
      * docs/debian.md
      * docs/fcos.md
      * docs/vagrant.md
      * docs/gcp-lb.md
      * docs/kubernetes-apps/registry.md
      * docs/setting-up-your-first-cluster.md
      * docs/vagrant.md
      * docs/vars.md
      
      * fix contrib/<file>.md errors identified by markdownlint
    setup.cfg 746 B
    [metadata]
    name = ansible-freeipa
    summary = Ansible roles for FreeIPA
    description-file =
        README.md
    home-page = https://github.com/freeipa/ansible-freeipa
    classifier =
        Intended Audience :: Developers
        Intended Audience :: System Administrators
        Operating System :: POSIX :: Linux
    
    [pbr]
    warnerrors = True
    
    [wheel]
    universal = 1
    
    [files]
    data_files =
        /usr/share/ansible/roles/ipaclient = roles/ipaclient/*
        /usr/share/ansible/roles/ipaserver = roles/ipaserver/*
        /usr/share/ansible/roles/ipareplica = roles/ipareplica/*
    
    [flake8]
    extend-ignore = E203, D1, D212, D203, D400, D401
    exclude = .git,__pycache__,.tox,.venv
    per-file-ignores =
        plugins/*:E402
        roles/*:E402
    
    [pydocstyle]
    inherit = false
    ignore = D1,D212,D203