--- !ruby/object:Gem::Specification name: ansible_spec version: !ruby/object:Gem::Version version: '0.3' platform: ruby authors: - volanja autorequire: bindir: bin cert_chain: [] date: 2019-07-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: diff-lcs requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: serverspec requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 - !ruby/object:Gem::Dependency name: hostlist_expression requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: oj requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: winrm requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: inifile requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ansible-vault requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Ansible Config Parser for Serverspec. Run test Multi Role and Multi Host by Ansible Configuration email: - volaaanja@gmail.com executables: - ansiblespec-init extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - ansible_spec.gemspec - bin/ansiblespec-init - lib/ansible_spec.rb - lib/ansible_spec/load_ansible.rb - lib/ansible_spec/vendor/MIT-LICENSE - lib/ansible_spec/vendor/hash.rb - lib/ansible_spec/version.rb - lib/src/.ansiblespec - lib/src/.rspec - lib/src/Rakefile - lib/src/spec/spec_helper.rb - spec/case/get_hash_behaviour/basic/.ansiblespec - spec/case/get_hash_behaviour/basic/hosts - spec/case/get_hash_behaviour/basic/roles/test/defaults/main.yml - spec/case/get_hash_behaviour/basic/site.yml - spec/case/get_hash_behaviour/with_ansiblespec/.ansiblespec - spec/case/get_hash_behaviour/with_ansiblespec/hosts - spec/case/get_hash_behaviour/with_ansiblespec/roles/test/defaults/main.yml - spec/case/get_hash_behaviour/with_ansiblespec/site.yml - spec/case/get_variable/deep_merge/.ansiblespec - spec/case/get_variable/deep_merge/hosts - spec/case/get_variable/deep_merge/roles/test/defaults/main.yml - spec/case/get_variable/deep_merge/site.yml - spec/case/get_variable/group_all/group_vars/all.yml - spec/case/get_variable/group_all/hosts - spec/case/get_variable/group_all/roles/test/defaults/main.yml - spec/case/get_variable/group_all/site.yml - spec/case/get_variable/group_each_vars/group_vars/all.yml - spec/case/get_variable/group_each_vars/group_vars/group1.yml - spec/case/get_variable/group_each_vars/hosts - spec/case/get_variable/group_each_vars/site.yml - spec/case/get_variable/group_each_vars_parent_child/group_vars/all.yml - spec/case/get_variable/group_each_vars_parent_child/group_vars/group1/vars - spec/case/get_variable/group_each_vars_parent_child/group_vars/group2/vars - spec/case/get_variable/group_each_vars_parent_child/group_vars/parentgroup/vars - spec/case/get_variable/group_each_vars_parent_child/hosts - spec/case/get_variable/group_each_vars_parent_child/site.yml - spec/case/get_variable/group_each_vars_parent_child/site1.yml - spec/case/get_variable/group_each_vars_parent_child/site2.yml - spec/case/get_variable/group_each_vars_parent_child/site3.yml - spec/case/get_variable/group_host_playbook/group_vars/all.yml - spec/case/get_variable/group_host_playbook/group_vars/group1.yml - spec/case/get_variable/group_host_playbook/host_vars/192.168.1.1.yml - spec/case/get_variable/group_host_playbook/host_vars/192.168.1.2.yml - spec/case/get_variable/group_host_playbook/hosts - spec/case/get_variable/group_host_playbook/site.yml - spec/case/get_variable/group_host_playbook_role/group_vars/all.yml - spec/case/get_variable/group_host_playbook_role/group_vars/group1.yml - spec/case/get_variable/group_host_playbook_role/host_vars/192.168.1.1.yml - spec/case/get_variable/group_host_playbook_role/host_vars/192.168.1.2.yml - spec/case/get_variable/group_host_playbook_role/hosts - spec/case/get_variable/group_host_playbook_role/roles/test/vars/main.yml - spec/case/get_variable/group_host_playbook_role/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_dev/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_prd/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_prd/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_stg/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_stg/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/site.yml - spec/case/get_variable/host_vars/host_vars/192.168.1.1.yml - spec/case/get_variable/host_vars/host_vars/192.168.1.2.yml - spec/case/get_variable/host_vars/hosts - spec/case/get_variable/host_vars/site.yml - spec/case/get_variable/inventories_env_group_all/inventories/development/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/development/hosts - spec/case/get_variable/inventories_env_group_all/inventories/production/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/production/hosts - spec/case/get_variable/inventories_env_group_all/inventories/staging/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/staging/hosts - spec/case/get_variable/inventories_env_group_all/roles/test/defaults/main.yml - spec/case/get_variable/inventories_env_group_all/site.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/hosts - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/hosts - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/hosts - spec/case/get_variable/inventories_env_group_each_vars/site.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/host_vars/192.168.1.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/host_vars/192.168.1.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/hosts - spec/case/get_variable/inventories_env_host_vars/inventories/production/host_vars/192.168.3.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/production/host_vars/192.168.3.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/production/hosts - spec/case/get_variable/inventories_env_host_vars/inventories/staging/host_vars/192.168.2.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/staging/host_vars/192.168.2.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/staging/hosts - spec/case/get_variable/inventories_env_host_vars/site.yml - spec/case/get_variable/playbook_only/hosts - spec/case/get_variable/playbook_only/site.yml - spec/case/get_variable/resolve_variables/group_vars/all.yml - spec/case/get_variable/resolve_variables/hosts - spec/case/get_variable/resolve_variables/site.yml - spec/case/get_variable/roles_default/hosts - spec/case/get_variable/roles_default/roles/test/defaults/main.yml - spec/case/get_variable/roles_default/site.yml - spec/case/load_vars_file/group_all/.ansiblespec - spec/case/load_vars_file/group_all/group_vars/all - spec/case/load_vars_file/group_all/group_vars/all.yml - spec/case/load_vars_file/group_all_deep_merge/.ansiblespec - spec/case/load_vars_file/group_all_deep_merge/group_vars/all.yml - spec/case/load_vars_file/vars_dir/group_vars/all/file1 - spec/case/load_vars_file/vars_dir/group_vars/all/file2 - spec/case/load_vars_file/vault_dir/ansible.cfg - spec/case/load_vars_file/vault_dir/group_vars/all/vault_file - spec/case/load_vars_file/vault_dir/vault-password-file - spec/commands_spec.rb - spec/dependency_spec.rb - spec/dynamic_inventory_hosts_childrens_spec.rb - spec/dynamic_inventory_spec.rb - spec/ec2_dynamic_inventory_spec.rb - spec/get_variable_hosts_childrens_spec.rb - spec/get_variable_spec.rb - spec/get_variable_vars_dirs_path_spec.rb - spec/get_vars_dirs_path_spec.rb - spec/inventory_parameters_spec.rb - spec/load_ansible_cfg_spec.rb - spec/load_ansible_cfg_ssh_spec.rb - spec/load_ansible_spec.rb - spec/spec_helper.rb - spec/ssh_spec.rb homepage: https://github.com/volanja/ansible_spec licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Ansible Config Parser for Serverspec. Run test Multi Role and Multi Host by Ansible Configuration test_files: - spec/case/get_hash_behaviour/basic/.ansiblespec - spec/case/get_hash_behaviour/basic/hosts - spec/case/get_hash_behaviour/basic/roles/test/defaults/main.yml - spec/case/get_hash_behaviour/basic/site.yml - spec/case/get_hash_behaviour/with_ansiblespec/.ansiblespec - spec/case/get_hash_behaviour/with_ansiblespec/hosts - spec/case/get_hash_behaviour/with_ansiblespec/roles/test/defaults/main.yml - spec/case/get_hash_behaviour/with_ansiblespec/site.yml - spec/case/get_variable/deep_merge/.ansiblespec - spec/case/get_variable/deep_merge/hosts - spec/case/get_variable/deep_merge/roles/test/defaults/main.yml - spec/case/get_variable/deep_merge/site.yml - spec/case/get_variable/group_all/group_vars/all.yml - spec/case/get_variable/group_all/hosts - spec/case/get_variable/group_all/roles/test/defaults/main.yml - spec/case/get_variable/group_all/site.yml - spec/case/get_variable/group_each_vars/group_vars/all.yml - spec/case/get_variable/group_each_vars/group_vars/group1.yml - spec/case/get_variable/group_each_vars/hosts - spec/case/get_variable/group_each_vars/site.yml - spec/case/get_variable/group_each_vars_parent_child/group_vars/all.yml - spec/case/get_variable/group_each_vars_parent_child/group_vars/group1/vars - spec/case/get_variable/group_each_vars_parent_child/group_vars/group2/vars - spec/case/get_variable/group_each_vars_parent_child/group_vars/parentgroup/vars - spec/case/get_variable/group_each_vars_parent_child/hosts - spec/case/get_variable/group_each_vars_parent_child/site.yml - spec/case/get_variable/group_each_vars_parent_child/site1.yml - spec/case/get_variable/group_each_vars_parent_child/site2.yml - spec/case/get_variable/group_each_vars_parent_child/site3.yml - spec/case/get_variable/group_host_playbook/group_vars/all.yml - spec/case/get_variable/group_host_playbook/group_vars/group1.yml - spec/case/get_variable/group_host_playbook/host_vars/192.168.1.1.yml - spec/case/get_variable/group_host_playbook/host_vars/192.168.1.2.yml - spec/case/get_variable/group_host_playbook/hosts - spec/case/get_variable/group_host_playbook/site.yml - spec/case/get_variable/group_host_playbook_role/group_vars/all.yml - spec/case/get_variable/group_host_playbook_role/group_vars/group1.yml - spec/case/get_variable/group_host_playbook_role/host_vars/192.168.1.1.yml - spec/case/get_variable/group_host_playbook_role/host_vars/192.168.1.2.yml - spec/case/get_variable/group_host_playbook_role/hosts - spec/case/get_variable/group_host_playbook_role/roles/test/vars/main.yml - spec/case/get_variable/group_host_playbook_role/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_dev/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_dev/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_dev/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_prd/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_prd/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_prd/site.yml - spec/case/get_variable/group_vars_hosts_childrens_env_stg/.ansiblespec - spec/case/get_variable/group_vars_hosts_childrens_env_stg/dynamic_inventory.sh - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/all - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/develop-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/production-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-application-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-database-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/staging-web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/group_vars/web-servers - spec/case/get_variable/group_vars_hosts_childrens_env_stg/site.yml - spec/case/get_variable/host_vars/host_vars/192.168.1.1.yml - spec/case/get_variable/host_vars/host_vars/192.168.1.2.yml - spec/case/get_variable/host_vars/hosts - spec/case/get_variable/host_vars/site.yml - spec/case/get_variable/inventories_env_group_all/inventories/development/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/development/hosts - spec/case/get_variable/inventories_env_group_all/inventories/production/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/production/hosts - spec/case/get_variable/inventories_env_group_all/inventories/staging/group_vars/all.yml - spec/case/get_variable/inventories_env_group_all/inventories/staging/hosts - spec/case/get_variable/inventories_env_group_all/roles/test/defaults/main.yml - spec/case/get_variable/inventories_env_group_all/site.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/development/hosts - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/production/hosts - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/group_vars/all.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/group_vars/group1.yml - spec/case/get_variable/inventories_env_group_each_vars/inventories/staging/hosts - spec/case/get_variable/inventories_env_group_each_vars/site.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/host_vars/192.168.1.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/host_vars/192.168.1.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/development/hosts - spec/case/get_variable/inventories_env_host_vars/inventories/production/host_vars/192.168.3.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/production/host_vars/192.168.3.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/production/hosts - spec/case/get_variable/inventories_env_host_vars/inventories/staging/host_vars/192.168.2.1.yml - spec/case/get_variable/inventories_env_host_vars/inventories/staging/host_vars/192.168.2.2.yml - spec/case/get_variable/inventories_env_host_vars/inventories/staging/hosts - spec/case/get_variable/inventories_env_host_vars/site.yml - spec/case/get_variable/playbook_only/hosts - spec/case/get_variable/playbook_only/site.yml - spec/case/get_variable/resolve_variables/group_vars/all.yml - spec/case/get_variable/resolve_variables/hosts - spec/case/get_variable/resolve_variables/site.yml - spec/case/get_variable/roles_default/hosts - spec/case/get_variable/roles_default/roles/test/defaults/main.yml - spec/case/get_variable/roles_default/site.yml - spec/case/load_vars_file/group_all/.ansiblespec - spec/case/load_vars_file/group_all/group_vars/all - spec/case/load_vars_file/group_all/group_vars/all.yml - spec/case/load_vars_file/group_all_deep_merge/.ansiblespec - spec/case/load_vars_file/group_all_deep_merge/group_vars/all.yml - spec/case/load_vars_file/vars_dir/group_vars/all/file1 - spec/case/load_vars_file/vars_dir/group_vars/all/file2 - spec/case/load_vars_file/vault_dir/ansible.cfg - spec/case/load_vars_file/vault_dir/group_vars/all/vault_file - spec/case/load_vars_file/vault_dir/vault-password-file - spec/commands_spec.rb - spec/dependency_spec.rb - spec/dynamic_inventory_hosts_childrens_spec.rb - spec/dynamic_inventory_spec.rb - spec/ec2_dynamic_inventory_spec.rb - spec/get_variable_hosts_childrens_spec.rb - spec/get_variable_spec.rb - spec/get_variable_vars_dirs_path_spec.rb - spec/get_vars_dirs_path_spec.rb - spec/inventory_parameters_spec.rb - spec/load_ansible_cfg_spec.rb - spec/load_ansible_cfg_ssh_spec.rb - spec/load_ansible_spec.rb - spec/spec_helper.rb - spec/ssh_spec.rb