Skip to content
Snippets Groups Projects
Select Git revision
  • 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
21 results

kubespray

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Max Gautier authored
    Using the hosts directive at the play level prevent those tasks from
    being run when using --limit and the group in question is not part of
    the limit (ex: running scale.yml on new worker nodes only)
    
    Instead, run on all hosts, and for each group, partition between that
    group and '_' (generic group name which is not used; using an empty
    string as the group is not supported by ansible.builtin.group_by)
    
    Reported-by: default avatarasteppat <asteppat@cisco.com>
    80b2765f
    History
    Name Last commit Last update