Created
March 3, 2018 19:20
-
-
Save pumbaEO/1de314d6c79675c3fb6da50eb743b2ac to your computer and use it in GitHub Desktop.
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
(.ansible) ➜ doctor_ansible git:(master) ✗ ansible-playbook -i inventories/local/hosts local.1.yml | |
PLAY [all] ******************************************************************************************************************************************************************************************************** | |
TASK [behaviortests : win_region] ********************************************************************************************************************************************************************************* | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : win_reboot] ********************************************************************************************************************************************************************************* | |
skipping: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : Create local "vagrant" user] **************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : Configure autologin vagrant] **************************************************************************************************************************************************************** | |
ok: [192.168.88.245] => (item={'name': 'AutoAdminLogon', 'data': 1, 'type': 'string'}) | |
ok: [192.168.88.245] => (item={'name': 'DefaultUserName', 'data': 'vagrant', 'type': 'string'}) | |
ok: [192.168.88.245] => (item={'name': 'DefaultPassword', 'data': 'vagrant', 'type': 'string'}) | |
changed: [192.168.124.137] => (item={'name': 'AutoAdminLogon', 'data': 1, 'type': 'string'}) | |
changed: [192.168.124.137] => (item={'name': 'DefaultUserName', 'data': 'vagrant', 'type': 'string'}) | |
changed: [192.168.124.137] => (item={'name': 'DefaultPassword', 'data': 'vagrant', 'type': 'string'}) | |
TASK [behaviortests : add shedule start slave] ******************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : get stat of existing folder with task] ****************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
ok: [192.168.124.137] | |
TASK [behaviortests : Check if Jenkins JNLP slave variables are defined] ****************************************************************************************************************************************** | |
ok: [192.168.124.137] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
ok: [192.168.88.245] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
TASK [behaviortests : Create directory structure install's] ******************************************************************************************************************************************************* | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : dowload slave.jar] ************************************************************************************************************************************************************************** | |
changed: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : set start.bat] ****************************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : set start.bat] ****************************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : add shell task] ***************************************************************************************************************************************************************************** | |
changed: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : add shell task] ***************************************************************************************************************************************************************************** | |
changed: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : install multiple packages] ****************************************************************************************************************************************************************** | |
ok: [192.168.88.245] => (item=imagemagick.app) | |
ok: [192.168.88.245] => (item=jdk8) | |
ok: [192.168.124.137] => (item=imagemagick.app) | |
ok: [192.168.88.245] => (item=sikulix) | |
ok: [192.168.88.245] => (item=tigervnc) | |
ok: [192.168.124.137] => (item=jdk8) | |
ok: [192.168.124.137] => (item=sikulix) | |
changed: [192.168.124.137] => (item=tigervnc) | |
TASK [behaviortests : install irfanview] ************************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
ok: [192.168.124.137] | |
TASK [behaviortests : install irfanview] ************************************************************************************************************************************************************************** | |
changed: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : Install TigerVNC] *************************************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
ok: [192.168.124.137] | |
TASK [behaviortests : Configure TigerVNC] ************************************************************************************************************************************************************************* | |
ok: [192.168.88.245] => (item={'name': 'AlwaysShared', 'data': 1}) | |
ok: [192.168.88.245] => (item={'name': 'DisableEffects', 'data': 1}) | |
ok: [192.168.88.245] => (item={'name': 'HTTPPortNumber', 'data': 5800}) | |
changed: [192.168.124.137] => (item={'name': 'AlwaysShared', 'data': 1}) | |
ok: [192.168.88.245] => (item={'name': 'NeverShared', 'data': 0}) | |
ok: [192.168.88.245] => (item={'name': 'Password', 'data': 'hex:11,61,5C,69,CD,04,05,45', 'type': 'binary'}) | |
ok: [192.168.88.245] => (item={'name': 'QueryConnect', 'data': 0}) | |
changed: [192.168.124.137] => (item={'name': 'DisableEffects', 'data': 1}) | |
ok: [192.168.88.245] => (item={'name': 'QueryOnlyIfLoggedOn', 'data': 0}) | |
ok: [192.168.88.245] => (item={'name': 'RemoveWallpaper', 'data': 1}) | |
ok: [192.168.88.245] => (item={'name': 'SecurityTypes', 'data': 'VeNCrypt,TLSVnc', 'type': 'string'}) | |
changed: [192.168.124.137] => (item={'name': 'HTTPPortNumber', 'data': 5800}) | |
changed: [192.168.124.137] => (item={'name': 'NeverShared', 'data': 0}) | |
changed: [192.168.124.137] => (item={'name': 'Password', 'data': 'hex:11,61,5C,69,CD,04,05,45', 'type': 'binary'}) | |
changed: [192.168.124.137] => (item={'name': 'QueryConnect', 'data': 0}) | |
changed: [192.168.124.137] => (item={'name': 'QueryOnlyIfLoggedOn', 'data': 0}) | |
changed: [192.168.124.137] => (item={'name': 'RemoveWallpaper', 'data': 1}) | |
changed: [192.168.124.137] => (item={'name': 'SecurityTypes', 'data': 'VeNCrypt,TLSVnc', 'type': 'string'}) | |
TASK [behaviortests : Configure TigerVNC firewall rule] *********************************************************************************************************************************************************** | |
ok: [192.168.88.245] | |
changed: [192.168.124.137] | |
TASK [behaviortests : Ensure TigerVNC is running] ***************************************************************************************************************************************************************** | |
changed: [192.168.88.245] | |
changed: [192.168.124.137] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment