u/Logax01

I need help, did i get scammed ? Is this genuine north bayou ?

I need help, did i get scammed ? Is this genuine north bayou ?

Hi,

i just ordered north bayou f-80 single monitor arm monitor, and this is what i got, i ordered 2.

I called the store and they say, they used to have north bayou written on the box and on the arm but they no longer do that, i really don't believe them though.

what do you think ?

u/Logax01 — 7 days ago

Getting undefined error even though variable is set

Edit: fixed, was a stupid mistake of me, i was using awx, and was trying to test the setup without merging, so i used my branch name as HEAD, but i only did it from the template side and not the inventory side, i basically was using old inventory with new template xD

Hello,

I’m running an Ansible playbook that installs coturn using a dynamic AWS inventory (aws_ec2 plugin).

Setup

  • Inventory: inventories/coturn/hosts.aws_ec2.yml (aws_ec2 plugin)
  • Group vars file: inventories/coturn/group_vars/aws_ec2.yml
  • Variables defined there:
    • env: "stg"
    • domain_name: "coturn.example.com"
    • bucket_name: "bucket.com"
    • coturn_git_ref: "docker/4.9.0-r0"

I have a playbook that calls a role, in that role, have a step to setup a coturn.

In the role:

- name: clone coturn repo
  git:
    repo: https://github.com/coturn/coturn.git
    dest: /home/bot/coturn
    version: "{{ coturn_git_ref }}"

I get:

'coturn_git_ref' is undefined

Confusing part

  • other variables such as bucket_name (from the same group_vars/aws_ec2.ymlworks fine
  • coturn_git_ref is not found

What is going on :(

reddit.com
u/Logax01 — 1 month ago