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
ZEROBIT_ON = 550 | |
ZEROBIT_OFF = 450 | |
ONEBIT_ON = 550 | |
ONEBIT_OFF = 1450 | |
BREAK_ON = 3100 | |
BREAK_OFF = 8900 | |
Break sequence: 550 3100 3100 8900 |
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
k8s-core2-03-master | SUCCESS => { | |
"hostvars[inventory_hostname]": { | |
"ansible_check_mode": false, | |
"ansible_diff_mode": false, | |
"ansible_facts": {}, | |
"ansible_forks": 5, | |
"ansible_host": "10.10.0.53", | |
"ansible_inventory_sources": [ | |
"/root/inventory.yml" | |
], |