Authored by chunhua.zhang

no message

- hosts: java-nginx
tasks:
pre_tasks:
- shell: cat /proc/cpuinfo | grep processor | wc -l
register: processor_count
- set_fact:
... ...