-
- Downloads
Change variable naming scheme
All role variables are now prefixed with 'ntp__' instead of 'ntp_', and internal variables are additionally prefixed with '_'. So variables meant to be used in playbooks are named 'ntp__variable_name' and variables only meant for internal use are named '_ntp__internal_variable_name'.
Showing
- README.md 10 additions, 10 deletionsREADME.md
- defaults/main.yaml 8 additions, 8 deletionsdefaults/main.yaml
- handlers/main.yaml 2 additions, 2 deletionshandlers/main.yaml
- tasks/main.yaml 16 additions, 16 deletionstasks/main.yaml
- templates/ntp.conf.j2 6 additions, 6 deletionstemplates/ntp.conf.j2
- vars/debian.yaml 1 addition, 1 deletionvars/debian.yaml
- vars/redhat.yaml 1 addition, 1 deletionvars/redhat.yaml
Loading
Please register or sign in to comment