Sha256: 5743faa7bfb43c9f4f792ae4e832000281a4f490980c56cf6fca6a13d9ba108c

Contents?: true

Size: 621 Bytes

Versions: 46

Compression:

Stored size: 621 Bytes

Contents

yaml_inventory_platform path: "#{Dir.home}/hpc_tutorial/my-service-conf-repo"
for_nodes('web1') do
  expect_tests_to_fail %i[connection], 'web1 is temporarily down - will bring it up later'
end
# Select only the nodes implementing our web-hello service (that is all the webN nodes)
for_nodes [{ service: 'web-hello' }] do
  # On our web servers we should have users used by our services
  check_local_users_do_exist %w[sshd www-data]
  # Make sure we have no leftovers of obsolete users
  check_local_users_do_not_exist %w[dangerous_user obsolete_user]
end
os_image :debian_10, "#{hybrid_platforms_dir}/images/debian_10"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.9.4 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.9.2 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.9.1 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.9.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.8.4 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.8.3 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.8.2 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.8.1 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.8.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.7.4 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.7.3 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.7.2 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.7.1 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.7.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.6.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.5.1 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.5.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.4.0 examples/tutorial/04_test/my-platforms/hpc_config.rb
hybrid_platforms_conductor-33.3.0 examples/tutorial/04_test/my-platforms/hpc_config.rb