Created
December 30, 2018 01:40
-
-
Save m1cr0man/ea9e2c867b1beb92ce3639c828d65a60 to your computer and use it in GitHub Desktop.
SmartOS Ansible imgadm module Docker support
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
PLAY [baremetal] ************************************************************************************************************************************************************************************************************************************************************** | |
TASK [Gathering Facts] ******************************************************************************************************************************************************************************************************************************************************** | |
ok: [myserver] | |
TASK [hello-world imported] *************************************************************************************************************************************************************************************************************************************************** | |
changed: [myserver] | |
TASK [debug] ****************************************************************************************************************************************************************************************************************************************************************** | |
ok: [myserver] => { | |
"helloworld": { | |
"changed": true, | |
"failed": false, | |
"state": "imported", | |
"uuid": "a65fb4d3-593f-1ec2-d89a-4649e5ed856e" | |
} | |
} | |
PLAY RECAP ******************************************************************************************************************************************************************************************************************************************************************** | |
myserver : ok=3 changed=1 unreachable=0 failed=0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment