This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32;1m$ ansible-playbook -i inventories/current_inventory.ini \ # collapsed multi-line command[0;m | |
[DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks | |
instead. This feature will be removed in version 2.16. Deprecation warnings can | |
be disabled by setting deprecation_warnings=False in ansible.cfg. | |
PLAY [localhost] *************************************************************** | |
TASK [Check 2.11.0 <= Ansible version < 2.13.0] ******************************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
controller: | |
## The name of the Ingress Controller daemonset or deployment. | |
## Autogenerated if not set or set to "". | |
# name: nginx-ingress | |
## The kind of the Ingress Controller installation - deployment or daemonset. | |
kind: deployment | |
## Deploys the Ingress Controller for NGINX Plus. | |
nginxplus: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
controller: | |
affinity: {} | |
appprotect: | |
enable: false | |
appprotectdos: | |
debug: false | |
enable: false | |
maxDaemons: 0 | |
maxWorkers: 0 | |
memory: 0 |