Advertisement
Guest User

proxmox ansible

a guest
Aug 29th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. - hosts: lxctest
  2. - tasks:
  3. - name: create container
  4. proxmox:
  5. node: z3
  6. api_user: root@pam
  7. api_password: '*******'
  8. api_host: pxmx01-lynnwood.*******.com
  9. password: 123456
  10. hostname: djangolxc.******.com
  11. ostemplate: 'local:debian-8.0-standard_8.7-1_amd64.tar.gz'
  12. pubkey: 'ssh-rsa **********8'
  13. onboot: yes
  14. delegate_to: localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement