This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

PVE VM

Setup PVE VM

1 - Bazel targets

NameInfo
changelog
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:6:17
name//ansible/collections/alwaldend/main/roles/pve_vm:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:6:17
name//ansible/collections/alwaldend/main/roles/pve_vm:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //ansible/collections/alwaldend/main/roles/pve_vm:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:6:17
name//ansible/collections/alwaldend/main/roles/pve_vm:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //ansible/collections/alwaldend/main/roles/pve_vm:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:6:17
name//ansible/collections/alwaldend/main/roles/pve_vm:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:6:17
name//ansible/collections/alwaldend/main/roles/pve_vm:changelog.template
ruleClass_write_file
ruleOutput
  • //ansible/collections/alwaldend/main/roles/pve_vm:changelog.template.md
visibility
  • //visibility:private
readme
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:17:10
name//ansible/collections/alwaldend/main/roles/pve_vm:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:17:10
name//ansible/collections/alwaldend/main/roles/pve_vm:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:17:10
name//ansible/collections/alwaldend/main/roles/pve_vm:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public
role
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:11:16
name//ansible/collections/alwaldend/main/roles/pve_vm:role
ruleClasspkg_files
visibility
  • //visibility:public
role.defaults
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:11:16
name//ansible/collections/alwaldend/main/roles/pve_vm:role.defaults
ruleClassgenrule
ruleOutput
  • //ansible/collections/alwaldend/main/roles/pve_vm:role.defaults.md
visibility
  • //visibility:private
role.docs
locationansible/collections/alwaldend/main/roles/pve_vm/BUILD.bazel:11:16
name//ansible/collections/alwaldend/main/roles/pve_vm:role.docs
ruleClasspkg_files
visibility
  • //visibility:public

2 - Changelog

  • Move roles and playbooks to the collection (f1c071)

3 - Defaults

Defaults for pve_vm
pve_vm_agent: 
pve_vm_name: "{{ inventory_hostname }}"
pve_vm_delegate_update_known_hosts: localhost
pve_vm_delegate_pve: 
pve_vm_set: "{{ pve_vm_set_default + pve_vm_set_additional }}"
pve_vm_set_default: []
pve_vm_set_additional: []
pve_vm_set_creation: "{{ pve_vm_set_creation_default + pve_vm_set_creation_additional }}"
pve_vm_set_creation_default: []
pve_vm_set_creation_additional: []
pve_vm_resize: []
pve_vm_venv_dir: "/opt/ansible/pve_vm_venv"
pve_vm_init_user:
pve_vm_venv_packages:
  - proxmoxer
  - requests