k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
484 B
19 lines
484 B
---
|
|
- name: Gather facts
|
|
hosts: k8s-cluster:etcd:calico-rr
|
|
gather_facts: False
|
|
tasks:
|
|
- name: Gather minimal facts
|
|
setup:
|
|
gather_subset: '!all'
|
|
|
|
- name: Gather necessary facts
|
|
setup:
|
|
gather_subset: '!all,!min,network,hardware'
|
|
filter: "{{ item }}"
|
|
loop:
|
|
- ansible_distribution_major_version
|
|
- ansible_default_ipv4
|
|
- ansible_all_ipv4_addresses
|
|
- ansible_memtotal_mb
|
|
- ansible_swaptotal_mb
|