Simple Bicep file, which creates a Virtual Machine (Ubuntu 18.04) on Azure.
resource_group_name="something"
az deployment group create -c --mode Complete -g "$resource_group_name" --template-file vm.bicep --parameters params.json
root:x:0:0:root:/root:/bin/bash | |
bin:x:1:1:bin:/bin:/sbin/nologin | |
daemon:x:2:2:daemon:/sbin:/sbin/nologin | |
adm:x:3:4:adm:/var/adm:/sbin/nologin | |
lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin | |
sync:x:5:0:sync:/sbin:/bin/sync | |
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown | |
halt:x:7:0:halt:/sbin:/sbin/halt | |
mail:x:8:12:mail:/var/spool/mail:/sbin/nologin | |
operator:x:11:0:operator:/root:/sbin/nologin |
{ "encrypted": false, "folders": [ { "id": "XXXXXXX", "name": "XXXXXXX" }, { "id": "XXXXXXX", "name": "XXXXXXX" }, { "id": "XXXXXXX", "name": "XXXXXXX" }, { "id": "XXXXXXX", "name": "XXXXXXX" }, { "id": "XXXXXXX", "name": "XXXXXXX" } ], "items": [ { "id": "XXXXXXX-XXXX-XXXX-XXXX-XXXXXXX", "organizationId": null, "folderId": null, "type": 1, "name": "XXXXXXX", "notes": null, "favorite": false, "login": { "uris": [ { "match": null, "uri": "XXXXXXX" } ], "username": "[email protected]", "password": "XXXXXXX", "totp": null }, "collectionIds": null }, { "id": "XXXXXXX-XXXX-XXXX-XXXX-XXXXXXX", "organizationId": null, "folderId": null, "type": 1, "name": "XXXXXXX", "notes": null, "favorite": false, "login": { "uris": [ { "match": null, "uri": "XXXXXXX" } ], "username": "[email protected]", "password": "XXXXXXX", "totp": null }, "collectionIds": null } ] } |
# Usage: | |
# ansible.builtin.include_tasks: _gnome-shell_extension.yml | |
# loop: | |
# - { name: "Display Name", | |
# flag: flag_from_host_var_file, | |
# src: source url to download from, | |
# uuid: uuid to enable or disable, | |
# state: "present" to enable, "absent" to disable } | |
- name: "gnome | extension | {{ item.name }} | Enabling | create extension directory" |
--- "/tmp/example test with http.json" 2021-12-01 13:58:15.174891220 +0100 | |
+++ "/tmp/example test without http.json" 2021-12-01 14:01:31.609020588 +0100 | |
@@ -4,4 +4,4 @@ | |
"parameters": { | |
- "webtests_example_1337_test_with_http_adv_example_alert_name": { | |
- "defaultValue": "example 1337 test with http-adv-example-alert", | |
+ "webtests_example_1338_test_without_http_adv_example_alert_name": { | |
+ "defaultValue": "example 1338 test without http-adv-example-alert", | |
"type": "String" | |
@@ -14,3 +14,3 @@ |
data "azurerm_resource_group" "this" { | |
name = "Your Resource Group" | |
} | |
data "azurerm_application_insights" "this" { | |
name = "Application Insights Name" | |
resource_group_name = data.azurerm_resource_group.this.resource_group_name | |
} | |
resource "azurerm_resource_group_template_deployment" "tls_cert_ttl_webtest_yellow" { |
deepl.com Übersetzung von https://covid19.quora.com/I-am-not-an-antivaxxer-I-took-all-vacines-I-ever-should-according-to-my-doctor-but-I-feel-strange-about-covid-vacines |
{ | |
"properties": { | |
"lenses": { | |
"0": { | |
"order": 0, | |
"parts": {} | |
} | |
}, | |
"metadata": { | |
"model": {} |
#!/bin/bash | |
count="$1" | |
min="$2" | |
max="$3" | |
echo "$count" | |
for ((i=1; i<=count; i++)); do | |
printf "%s " "$(($RANDOM%($max-$min+1)+$min))" | |
done |
I hereby claim:
To claim this, I am signing this object: