2021-05-16 13:26:32 +07:00
|
|
|
ansible_ssh_private_key_file: '~/.ssh/id_rsa'
|
|
|
|
|
2021-02-12 20:39:22 +07:00
|
|
|
iso_url: "https://mirrors.nhanhoa.com/centos/8.3.2011/isos/x86_64/CentOS-8.3.2011-x86_64-dvd1.iso"
|
2021-04-21 21:30:23 +07:00
|
|
|
iso_checksum: "sha256:aaf9d4b3071c16dbbda01dfe06085e5d0fdac76df323e3bbe87cce4318052247"
|
2021-02-08 14:13:40 +07:00
|
|
|
|
2021-02-12 15:41:50 +07:00
|
|
|
disk: "sda"
|
2021-03-03 01:25:56 +07:00
|
|
|
dns_server: "8.8.8.8"
|
2021-03-03 00:04:09 +07:00
|
|
|
network_interface: "eno1"
|
2021-02-12 15:41:50 +07:00
|
|
|
ssh_public_key: "{{lookup('file', '~/.ssh/id_rsa.pub') }}"
|