Sha256: 0795757fb0e18ac24b4f0c9306db6c914a77a0e8fbd6607087734320309141eb

Contents?: true

Size: 644 Bytes

Versions: 16

Compression:

Stored size: 644 Bytes

Contents

#!/bin/bash
cat << EOS
{
  "database-servers": {
    "hosts": [
      "10.0.0.4"
    ]
  },
  "application-servers": {
    "hosts": [
      "10.0.0.2",
      "10.0.0.3"
    ]
  },
  "web-servers": {
    "hosts": [
      "10.0.0.1"
    ]
  },
  "develop-database-servers": {
    "children": [
      "database-servers"
    ]
  },
  "develop-application-servers": {
    "children": [
      "application-servers"
    ]
  },
  "develop-web-servers": {
    "children": [
      "web-servers"
    ]
  },
  "develop": {
    "children": [
      "develop-web-servers",
      "develop-application-servers",
      "develop-database-servers"
    ]
  }
}
EOS

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ansible_spec-0.3.2 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.3.1 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.3 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.25 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.24 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.23 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.22 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.21 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.20 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.19 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.18 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.17 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.16 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.15 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.14 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh
ansible_spec-0.2.13 spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh