Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 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
  • v1.8.3
21 results

ipaautomember.py

Blame
    • Thomas Woerner's avatar
      67e19224
      automember: Add automember state: rebuilt · 67e19224
      Thomas Woerner authored
      There was state: rebuild before, but the code was incomplete and was not
      able to run properly.
      
      New parameters:
      - users: Limit the rebuild to the given users only
      - hosts: Limit the rebuild to the given hosts only
      - no_wait: Don't wait for rebuilding membership
      
      New parameters and examples have been added to README-automember.md
      
      tests/automember/test_automember_client_context.yml has been using
      state: rebuild and lacked the automember_type parameter.
      
      grouping was used in functions and has been replaced by automember_type.
      
      Some typos in examples have been fixed also.
      
      New playbooks:
      - playbooks/automember/automember-group-membership-all-users-rebuilt.yml
      - playbooks/automember/automember-group-membership-users-rebuilt.yml
      - playbooks/automember/automember-hostgroup-membership-all-hosts-rebuilt.yml
      - playbooks/automember/automember-hostgroup-membership-hosts-rebuilt.yml
      
      New tests:
      - tests/automember/test_automember_rebuilt.yml
      67e19224
      History
      automember: Add automember state: rebuilt
      Thomas Woerner authored
      There was state: rebuild before, but the code was incomplete and was not
      able to run properly.
      
      New parameters:
      - users: Limit the rebuild to the given users only
      - hosts: Limit the rebuild to the given hosts only
      - no_wait: Don't wait for rebuilding membership
      
      New parameters and examples have been added to README-automember.md
      
      tests/automember/test_automember_client_context.yml has been using
      state: rebuild and lacked the automember_type parameter.
      
      grouping was used in functions and has been replaced by automember_type.
      
      Some typos in examples have been fixed also.
      
      New playbooks:
      - playbooks/automember/automember-group-membership-all-users-rebuilt.yml
      - playbooks/automember/automember-group-membership-users-rebuilt.yml
      - playbooks/automember/automember-hostgroup-membership-all-hosts-rebuilt.yml
      - playbooks/automember/automember-hostgroup-membership-hosts-rebuilt.yml
      
      New tests:
      - tests/automember/test_automember_rebuilt.yml