toshywoshy / ansible-role-vminstaller

Ansible VMInstallre role
BSD 3-Clause "New" or "Revised" License
50 stars 21 forks source link

How to use it #1

Open tonk opened 8 years ago

tonk commented 8 years ago

Would it be possible to add an example of how to use this role to the README? (Which vars are needed and how to call things)

Thanks.

jfenal-zz commented 7 years ago

+1, having been trying to reverse engineer the variables to pass to the role for an hour, how to override default locations of install tree, and still banging my head on the keyboard... :/

toshywoshy commented 7 years ago

After some work, I have added a doc folder with some information about the variables and examples. Hope you do not need to break your head or keyboard now.

rbobrovnikov commented 7 years ago

Please point where did you get working ansible module qemu-img? It seems to be in development for now.

viperdriver2000 commented 6 years ago

can someone post a filled out rel7 hosts file ?

toshywoshy commented 6 years ago

Here is an example, I hope indentation remains


ansible_host: 8.8.8.8 ansible_port: 65535 ansible_user: ansible ansible_private_key_file: /path/to/your/key hyper: metalhypervisor0 distro: rhel7 machinearch: x86_64 rootpwd: '' hashed root password' sshdrsakeylength: 8192 sshdecdsakeylength: 521 vmwaittime: 15 virtualcpus: 1 virtualsockets: 1 virtualcores: 1 virtualthreads: 1 ramsize: 512 language: en_US keyboard: us timezone: "Europe/Brussels" virtualfilespath: /virtual/1/ disks:

viperdriver2000 commented 6 years ago

hey thank you. i am tomorrow back at work and will test it :)