The were not
, they are now:
(ansible_venv) josh@pc1:~/sn-testnet-deploy/resources/ansible$ ansible-inventory -i inventory/.beta_build_inventory_digital_ocean.yml --list
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
{
"_meta": {
"hostvars": {
"beta-build": {
"ansible_host": "178.62.12.87",
"do_id": 385980437,
"do_name": "beta-build",
"do_networks": {
"v4": [
{
"gateway": "10.106.0.1",
"ip_address": "10.106.0.4",
"netmask": "255.255.240.0",
"type": "private"
},
{
"gateway": "178.62.0.1",
"ip_address": "178.62.12.87",
"netmask": "255.255.192.0",
"type": "public"
}
],
"v6": []
},
"do_tags": [
"environment:beta",
"type:build"
]
}
}
},
"all": {
"children": [
"ungrouped",
"environment:beta",
"type:build"
]
},
"environment:beta": {
"hosts": [
"beta-build"
]
},
"type:build": {
"hosts": [
"beta-build"
]
}
}
(ansible_venv) josh@pc1:~/sn-testnet-deploy/resources/ansible$ ansible-inventory -i inventory/.beta_genesis_inventory_digital_ocean.yml --list
[WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details
{
"_meta": {
"hostvars": {
"beta-genesis": {
"ansible_host": "178.62.12.48",
"do_id": 385980436,
"do_name": "beta-genesis",
"do_networks": {
"v4": [
{
"gateway": "10.106.0.1",
"ip_address": "10.106.0.2",
"netmask": "255.255.240.0",
"type": "private"
},
{
"gateway": "178.62.0.1",
"ip_address": "178.62.12.48",
"netmask": "255.255.192.0",
"type": "public"
}
],
"v6": []
},
"do_tags": [
"environment:beta",
"type:genesis"
]
}
}
},
"all": {
"children": [
"ungrouped",
"environment:beta",
"type:genesis"
]
},
"environment:beta": {
"hosts": [
"beta-genesis"
]
},
"type:genesis": {
"hosts": [
"beta-genesis"
]
}
}
Still
Running ansible against genesis node...
[WARNING]: * Failed to parse /home/josh/sn-testnet-
deploy/resources/ansible/inventory/.beta_genesis_inventory_digital_ocean.yml
with auto plugin: We were unable to read either as JSON nor YAML, these are the
errors we got from each: JSON: Expecting ',' delimiter: line 1 column 181 (char
180) Syntax Error while loading YAML. did not find expected ',' or '}' The
error appears to be in '<string>': line 1, column 181, but may be elsewhere in
the file depending on the exact syntax problem.
[WARNING]: * Failed to parse /home/josh/sn-testnet-
deploy/resources/ansible/inventory/.beta_genesis_inventory_digital_ocean.yml
with yaml plugin: We were unable to read either as JSON nor YAML, these are the
errors we got from each: JSON: Expecting ',' delimiter: line 1 column 181 (char
180) Syntax Error while loading YAML. did not find expected ',' or '}' The
error appears to be in '<string>': line 1, column 181, but may be elsewhere in
the file depending on the exact syntax problem.
[WARNING]: * Failed to parse /home/josh/sn-testnet-
deploy/resources/ansible/inventory/.beta_genesis_inventory_digital_ocean.yml
with ini plugin: We were unable to read either as JSON nor YAML, these are the
errors we got from each: JSON: Expecting ',' delimiter: line 1 column 181 (char
180) Syntax Error while loading YAML. did not find expected ',' or '}' The
error appears to be in '<string>': line 1, column 181, but may be elsewhere in
the file depending on the exact syntax problem.
[WARNING]: Unable to parse /home/josh/sn-testnet-
deploy/resources/ansible/inventory/.beta_genesis_inventory_digital_ocean.yml as
an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each:
JSON: Expecting ',' delimiter: line 1 column 181 (char 180)