update
This commit is contained in:
12
kubespray/tests/local_inventory/host_vars/localhost
Normal file
12
kubespray/tests/local_inventory/host_vars/localhost
Normal file
@@ -0,0 +1,12 @@
|
||||
aws:
|
||||
key_name: "{{ key_name | default('ansibl8s') }}"
|
||||
access_key: "{{ aws_access_key }}"
|
||||
secret_key: "{{ aws_secret_key }}"
|
||||
region: "{{ aws_region | default('eu-west-1') }}" # default to eu-west-1
|
||||
group: "{{ aws_security_group | default ('default')}}"
|
||||
instance_type: t2.micro
|
||||
ami_id: "{{ aws_ami_id | default('ami-02724d1f') }}" # default to Debian Jessie
|
||||
count: 3
|
||||
tags:
|
||||
test_id: "{{ test_id }}"
|
||||
network_plugin: "{{ kube_network_plugin }}"
|
||||
1
kubespray/tests/local_inventory/hosts.cfg
Normal file
1
kubespray/tests/local_inventory/hosts.cfg
Normal file
@@ -0,0 +1 @@
|
||||
localhost ansible_connection=local
|
||||
Reference in New Issue
Block a user