Aligan

Untitled

Apr 11th, 2022 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.92 KB | None | 0 0
  1. TASK [/etc/ansible/roles/CREATE-server : Here Server info] **********************************************************************************************************************************************
  2. ok: [localhost] => {
  3.     "server_info": {
  4.         "changed": true,
  5.         "msg": "All items completed",
  6.         "results": [
  7.             {
  8.                 "ansible_loop_var": "item",
  9.                 "changed": true,
  10.                 "failed": false,
  11.                 "hcloud_server": {
  12.                     "backup_window": "None",
  13.                     "datacenter": "hel1-dc2",
  14.                     "delete_protection": false,
  15.                     "id": "19564433",
  16.                     "image": "ubuntu-20.04",
  17.                     "ipv4_address": "11.111.111.111",
  18.                     "ipv6": "6a91:9f9:c811:0b01::/64",
  19.                     "labels": {
  20.                         "Name": "test-server"
  21.                     },
  22.                     "location": "hel1",
  23.                     "name": "TEST-VARIABLES",
  24.                     "placement_group": null,
  25.                     "rebuild_protection": false,
  26.                     "rescue_enabled": false,
  27.                     "server_type": "cx11",
  28.                     "status": "running"
  29.                 },
  30.                 "invocation": {
  31.                     "module_args": {
  32.                         "allow_deprecated_image": false,
  33.                         "api_token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  34.                         "backups": null,
  35.                         "datacenter": null,
  36.                         "delete_protection": null,
  37.                         "endpoint": "https://api.hetzner.cloud/v1",
  38.                         "firewalls": null,
  39.                         "force": false,
  40.                         "force_upgrade": false,
  41.                         "id": null,
  42.                         "image": "ubuntu-20.04",
  43.                         "labels": {
  44.                             "Name": "test-server"
  45.                         },
  46.                         "location": "hel1",
  47.                         "name": "TEST-VARIABLES",
  48.                         "placement_group": null,
  49.                         "rebuild_protection": null,
  50.                         "rescue_mode": null,
  51.                         "server_type": "cx11",
  52.                         "ssh_keys": null,
  53.                         "state": "present",
  54.                         "upgrade_disk": false,
  55.                         "user_data": null,
  56.                         "volumes": null
  57.                     }
  58.                 },
  59.                 "item": {
  60.                     "name": "TEST-VARIABLES",
  61.                     "os_image": "ubuntu-20.04",
  62.                     "server_labels": "Name=test-server",
  63.                     "server_location": "hel1",
  64.                     "server_type": "cx11"
  65.                 },
  66.                 "root_password": "DFDFDFDFDFDFDFDF"
  67.             }
  68.         ],
  69.         "skipped": false
  70.     }
  71. }
Add Comment
Please, Sign In to add comment