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

facts.py

Blame
    • Thomas Woerner's avatar
      5cbc8b7a
      New utils/facts.py: Provide facts about the repo like role and module lists · 5cbc8b7a
      Thomas Woerner authored
      The list of modules and roles is needed in several scripts now,
      therefore it makes sense to have one place for this.
      
      Here are the current variables:
      
      BASE_DIR:           Base directory of the repo
      ROLES:              List of roles in the roles folder
      MANAGEMENT_MODULES: List of management modules in the plugins/modules
                          folder
      ROLES_MODULES:      List of modules in the roles/*/library folders
      ALL_MODULES:        List of all modules, the management and the roles
                          modules
      
      All lists are sorted.
      5cbc8b7a
      History
      New utils/facts.py: Provide facts about the repo like role and module lists
      Thomas Woerner authored
      The list of modules and roles is needed in several scripts now,
      therefore it makes sense to have one place for this.
      
      Here are the current variables:
      
      BASE_DIR:           Base directory of the repo
      ROLES:              List of roles in the roles folder
      MANAGEMENT_MODULES: List of management modules in the plugins/modules
                          folder
      ROLES_MODULES:      List of modules in the roles/*/library folders
      ALL_MODULES:        List of all modules, the management and the roles
                          modules
      
      All lists are sorted.