mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-05 12:50:43 +00:00
Robert Kaussow
43d7edca32
* refactor plugin system to use a class-based approach * disable some docstring linter errors and fix imports * cleanup * fix docs * add metavars to cli arguments for better helptext * add option to disable buildin rules * remove print * remove dead code
28 lines
661 B
YAML
28 lines
661 B
YAML
---
|
|
main:
|
|
- name: Setup
|
|
sub:
|
|
- name: Using pip
|
|
ref: "/setup/pip"
|
|
- name: From source
|
|
ref: "/setup/source"
|
|
- name: Configuration
|
|
ref: "/configuration"
|
|
sub:
|
|
- name: Default settings
|
|
ref: "/configuration/defaults"
|
|
- name: CLI options
|
|
ref: "/configuration/cli"
|
|
- name: Exclude tasks
|
|
ref: "/configuration/excludes"
|
|
- name: Usage
|
|
ref: "/usage"
|
|
- name: Included rules
|
|
ref: "/included_rules"
|
|
- name: Build your own rules
|
|
sub:
|
|
- name: Candidates
|
|
ref: "/build_rules/candidates"
|
|
- name: Standards checks
|
|
ref: "/build_rules/standards_check"
|