Open tonk opened 8 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... :/
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.
Please point where did you get working ansible module qemu-img? It seems to be in development for now.
can someone post a filled out rel7 hosts file ?
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:
hey thank you. i am tomorrow back at work and will test it :)
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.