Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TASK [/etc/ansible/roles/CREATE-server : Here Server info] **********************************************************************************************************************************************
- ok: [localhost] => {
- "server_info": {
- "changed": true,
- "msg": "All items completed",
- "results": [
- {
- "ansible_loop_var": "item",
- "changed": true,
- "failed": false,
- "hcloud_server": {
- "backup_window": "None",
- "datacenter": "hel1-dc2",
- "delete_protection": false,
- "id": "19564433",
- "image": "ubuntu-20.04",
- "ipv4_address": "11.111.111.111",
- "ipv6": "6a91:9f9:c811:0b01::/64",
- "labels": {
- "Name": "test-server"
- },
- "location": "hel1",
- "name": "TEST-VARIABLES",
- "placement_group": null,
- "rebuild_protection": false,
- "rescue_enabled": false,
- "server_type": "cx11",
- "status": "running"
- },
- "invocation": {
- "module_args": {
- "allow_deprecated_image": false,
- "api_token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
- "backups": null,
- "datacenter": null,
- "delete_protection": null,
- "endpoint": "https://api.hetzner.cloud/v1",
- "firewalls": null,
- "force": false,
- "force_upgrade": false,
- "id": null,
- "image": "ubuntu-20.04",
- "labels": {
- "Name": "test-server"
- },
- "location": "hel1",
- "name": "TEST-VARIABLES",
- "placement_group": null,
- "rebuild_protection": null,
- "rescue_mode": null,
- "server_type": "cx11",
- "ssh_keys": null,
- "state": "present",
- "upgrade_disk": false,
- "user_data": null,
- "volumes": null
- }
- },
- "item": {
- "name": "TEST-VARIABLES",
- "os_image": "ubuntu-20.04",
- "server_labels": "Name=test-server",
- "server_location": "hel1",
- "server_type": "cx11"
- },
- "root_password": "DFDFDFDFDFDFDFDF"
- }
- ],
- "skipped": false
- }
- }
Add Comment
Please, Sign In to add comment