@@ -54,41 +54,37 @@ KDEVOPS_PROVISION_DESTROY_METHOD := destroy_guestfs
5454libvirt_pcie_passthrough_permissions :
5555 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
5656 --inventory localhost, \
57- playbooks/libvirt_pcie_passthrough.yml \
58- -e ' ansible_python_interpreter=/usr/bin/python3'
57+ playbooks/libvirt_pcie_passthrough.yml
5958
6059$(KDEVOPS_PROVISIONED_SSH ) :
6160 $(Q ) if [[ " $( CONFIG_KDEVOPS_SSH_CONFIG_UPDATE) " == " y" ]]; then \
6261 ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
6362 --inventory localhost, \
6463 playbooks/update_ssh_config_guestfs.yml \
6564 --extra-vars=@./extra_vars.yaml \
66- -e ' ansible_python_interpreter=/usr/bin/python3 ' ; \
67- LIBVIRT_DEFAULT_URI= $( CONFIG_LIBVIRT_URI ) $( TOPDIR ) /scripts/update_ssh_config_guestfs.py; \
65+ --extra-vars ' LIBVIRT_DEFAULT_URI=$(CONFIG_LIBVIRT_URI) \
66+ $( TOPDIR ) /scripts/update_ssh_config_guestfs.py' ; \
6867 fi
69- $(Q ) ansible $(ANSIBLE_VERBOSE ) -i hosts all -e ' ansible_python_interpreter=/usr/bin/python3 ' - m wait_for_connection
68+ $(Q ) ansible $(ANSIBLE_VERBOSE ) -i hosts all -m wait_for_connection
7069 $(Q ) touch $(KDEVOPS_PROVISIONED_SSH )
7170
7271install_libguestfs :
7372 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
7473 --inventory localhost, \
7574 playbooks/bringup_guestfs.yml \
76- -e ' ansible_python_interpreter=/usr/bin/python3' \
7775 --extra-vars=@./extra_vars.yaml \
7876 --tags install-deps
7977
8078bringup_guestfs : $(GUESTFS_BRINGUP_DEPS )
8179 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
8280 --inventory localhost, \
8381 playbooks/bringup_guestfs.yml \
84- -e ' ansible_python_interpreter=/usr/bin/python3' \
8582 --extra-vars=@./extra_vars.yaml \
8683 --tags config-check,network,storage-pool-path
8784 $(Q )$(TOPDIR ) /scripts/bringup_guestfs.sh
8885 $(Q ) ansible-playbook $(ANSIBLE_VERBOSE ) --connection=local \
8986 --inventory localhost, \
9087 playbooks/bringup_guestfs.yml \
91- -e ' ansible_python_interpreter=/usr/bin/python3' \
9288 --extra-vars=@./extra_vars.yaml \
9389 --tags console-permissions
9490PHONY += bringup_guestfs
0 commit comments