Skip to content
Snippets Groups Projects
Commit e18c5fcc authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added verbosity

parent 0f69e5ec
No related branches found
No related tags found
1 merge request!3Add Packer build with variables from vars.json
...@@ -38,7 +38,7 @@ build { ...@@ -38,7 +38,7 @@ build {
provisioner "shell" { provisioner "shell" {
inline = [ inline = [
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b", "sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_XCBC/site-build.yaml -b",
"sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_Cluster_Monitor/clustermon.yml -b", "sudo ansible-playbook -c local -i /CRI_XCBC/hosts -l `hostname -s` /CRI_Cluster_Monitor/clustermon.yml -b -vvvv",
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment