У меня есть эта книга:
hosts: localhost
gather_facts: no
tasks:
- name: Clone the template
vmware_guest:
hostname: "{{ vcenter_server }}"
username: "{{ vcenter_user }}"
password: "{{ vcenter_pass }}"
validate_certs: False
name: testaes29
template: vmw-rhel-8.1
datacenter: "{{ datacenter_name }}"
folder: /{{ datacenter_name }}/vm
cluster: "{{ cluster_name }}"
datastore: "VMAX1_DS_LM_INTRA_PROD_01"
annotation: "Maquina TEST AES provisioning"
networks:
- name: DATA-VLAN80
ip: 192.168.80.555
netmask: 255.255.255.0
gateway: 192.168.80.1
type: static
dns_servers: 192.168.90.25
customization:
hostname: "testaes24"
state: poweredon
wait_for_ip_address: yes
delegate_to: localhost
можно ли изменить root проход?