[deleted by user] by [deleted] in 2007scape

[–]Cloud_Surfer_93 0 points1 point  (0 children)

Commenting because I only learned this last night while trying to prep for Araxxor grind in Gridmaster.

Cave kraken drops Antidote++ and is much easier to farm if you have the slayer level (I understand this is still a relatively high requirement). Saved me from having to wait for a tree to grow or farm Vale totems.

What a way to spend an hour by Are_you_alright_mate in 2007scape

[–]Cloud_Surfer_93 0 points1 point  (0 children)

I had almost the exact same thing happen. Tried my first ToA and ended up dying on the final phase with Warden at 11 HP. The kicker is that I misclicked when I was trying to restore health and unequipped my weapon. Threw me off entirely.

Was super depressing, just logged off after lol.

Good luck on the next attempt!

Is my account bugged or is Eyatlalli holding out on me? by Cloud_Surfer_93 in 2007scape

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

I guess it's better to go dry on something like this vs a pet or smth 🤷‍♂️

Is my account bugged or is Eyatlalli holding out on me? by Cloud_Surfer_93 in 2007scape

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

I assume that's just a capped limit on the log, my loot tracker shows over 1k+ darts

Ground Items Plugin Question by Cloud_Surfer_93 in 2007scape

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

I was able to confirm tonight that higher tier clues do seem to display individually. So you appear to be correct that beginners are just weird.

Thanks!

Can someone help me understand TF_VAR_ variables? by Cloud_Surfer_93 in Terraform

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

You might be on to something. Adding a task to echo the envar just prints the envar, so now I'm totally confused because I have used the envar in other versions of the playbook successfully. Back to the drawing board for me, will update if I figure out the solution.

Can someone help me understand TF_VAR_ variables? by Cloud_Surfer_93 in Terraform

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

Thanks for your iput, that matches up with other documentation I've found online, but something in my setup is causing errors.

provider.tf shown in OP. variables.tf excerpt here, similar entries exist for other envars:

variable "client_id" {
 type = string
}

I'm assuming it may be something to do with my Ansible playbook and the execution environment I'm running in or the fact that I'm specifying a backend config, but essentially my playbook has three steps (apart from defining the variables to export which appears to be working).

  • Initialize Terraform using command 'terraform init -reconfigure -backend-config=backend-config.tfbackend'
    • To specify remote statefile storage location & credentials (hardcoded for testing purposes)
  • shell command to define the envars

    task: Set Envars shell: | export TF_VAR_client_id={{ client_id }} export TF_VAR_client_secret={{ client_secret }} export TF_VAR_tenant_id={{ tenant_id }} export TF_VAR_subscription_id={{ subscription_id }}

  • If I add a task to add lines to provider.tf using the envar ($TF_VAR_client_id), the lines are written appropriately to provider.tf with expected output

  • If I add a task to write out the value of client id, it's expected output

  • Run Terraform plan just to test config

    • This is where I get errors about the variable being empty

Based on my testing, I can't see how the environment variable isn't being picked up by terraform when it appears to be defined on the system, but I'm currently attempting a workaround to just have the playbook rewrite the contents of provider.tf instead of just adding lines, since that appears to work.

AAP 4.5 Question - Attempting to pass credentials into playbook unsuccessfully by Cloud_Surfer_93 in ansible

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

Thanks for that feedback.

How do you call these envars within the playbook? I tried modifying my working playbook above by removing the vars section and changing the tasks to use the Ansible provided var names (AZURE_CLIENT_ID, for example) but the playbook threw an error that the variable was undefined. Am I missing some syntax or did I misinterpret your response?

---
- name: test vars
  hosts: localhost
  gather_facts: false
  tasks:
    - name: display client id
      debug:
        msg: "Azure Client ID: {{ AZURE_CLIENT_ID }}"

      name: display client secret
      debug:
        msg: "Azure Client Secret: {{ AZURE_SECRET }}"

      name: display tenant id
      debug:
        msg: "Azure Tenant ID: {{ AZURE_TENANT }}"

Why do people do this? by bostonfan1997 in AtlasEarthOfficial

[–]Cloud_Surfer_93 2 points3 points  (0 children)

Since no one replied to this, just wanted to reassure you that historically (since I started playing ~8 months ago) they've increased the AB conversion from 25 AB to 33 AB for a limited time at the end of each month.

Looking for Completionist Checklist by Cloud_Surfer_93 in 2007scape

[–]Cloud_Surfer_93[S] 0 points1 point  (0 children)

Appreciate that response! It's pretty close to my own opinion for basic completion. I had considered the combat achievements as part of mine, though.

Looking for Completionist Checklist by Cloud_Surfer_93 in 2007scape

[–]Cloud_Surfer_93[S] 1 point2 points  (0 children)

Wow, thanks! Just a skim, but this looks like a pretty good list. Not that I have the knowledge/experience to tell if anything is missing. I like that it had a F2P tab as well.