Advertisement
Aligan

Untitled

Apr 12th, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.22 KB | None | 0 0
  1.  
  2.     changed: [localhost] => (item={'name': 'TEST-VARIABLES', 'server_type': 'cx11', 'os_image': 'ubuntu-20.04', 'server_labels': 'Name=test-server', 'server_location': 'hel1'}) => {
  3.         "ansible_loop_var": "item",
  4.         "changed": true,
  5.         "hcloud_server": {
  6.             "backup_window": "None",
  7.             "datacenter": "hel1-dc2",
  8.             "delete_protection": false,
  9.             "id": "19461514",
  10.             "image": "ubuntu-20.04",
  11.             "ipv4_address": "11.111.111.168",
  12.             "ipv6": "2a01:4f9:c011:6b01::/64",
  13.             "labels": {
  14.                 "Name": "test-server"
  15.             },
  16.             "location": "hel1",
  17.             "name": "TEST-VARIABLES",
  18.             "placement_group": null,
  19.             "rebuild_protection": false,
  20.             "rescue_enabled": false,
  21.             "server_type": "cx11",
  22.             "status": "running"
  23.         },
  24.         "invocation": {
  25.             "module_args": {
  26.                 "allow_deprecated_image": false,
  27.                 "api_token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  28.                 "backups": null,
  29.                 "datacenter": null,
  30.                 "delete_protection": null,
  31.                 "endpoint": "https://api.SERVER.cloud/v1",
  32.                 "firewalls": null,
  33.                 "force": false,
  34.                 "force_upgrade": false,
  35.                 "id": null,
  36.                 "image": "ubuntu-20.04",
  37.                 "labels": {
  38.                     "Name": "test-server"
  39.                 },
  40.                 "location": "hel1",
  41.                 "name": "TEST-VARIABLES",
  42.                 "placement_group": null,
  43.                 "rebuild_protection": null,
  44.                 "rescue_mode": null,
  45.                 "server_type": "cx11",
  46.                 "ssh_keys": null,
  47.                 "state": "present",
  48.                 "upgrade_disk": false,
  49.                 "user_data": null,
  50.                 "volumes": null
  51.             }
  52.         },
  53.         "item": {
  54.             "name": "TEST-VARIABLES",
  55.             "os_image": "ubuntu-20.04",
  56.             "server_labels": "Name=test-server",
  57.             "server_location": "hel1",
  58.             "server_type": "cx11"
  59.         },
  60.         "root_password": "DFLDJFLDFDLFKJDLFKJ"
  61.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement