Skip to content

Commit

Permalink
changed root password to randomly generated string
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Crowe committed Jan 16, 2023
1 parent a64471b commit e6bd21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

- name: Set the root password on the centos8-kvm-cnv image
ansible.builtin.command: >
virt-customize -a /var/lib/libvirt/images/centos8-kvm-cnv.qcow2 --root-password password:"{{ bastion_password }}"
virt-customize -a /var/lib/libvirt/images/centos8-kvm-cnv.qcow2 --root-password password:{{ bastion_password }}
when: not centos8_cnv.stat.exists

- name: Setup httpd in the bastion image
Expand Down

0 comments on commit e6bd21e

Please sign in to comment.