Skip to content

Commit

Permalink
fix: minor ansible fixes
Browse files Browse the repository at this point in the history
Minor Ansible fixes.

igned-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Feb 13, 2024
1 parent 3cb9ccf commit 846f9b8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions builds/linux/almalinux/8/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/almalinux/9/linux-almalinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/centos/9-stream/linux-centos-stream.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/oracle/9/linux-oracle.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/rhel/9/linux-rhel.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/rocky/9/linux-rocky.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ build {

provisioner "ansible" {
user = var.build_username
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down
4 changes: 2 additions & 2 deletions builds/linux/sles/15/linux-sles.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ build {
sources = ["source.vsphere-iso.linux-sles"]

provisioner "ansible" {
galaxy_file = "${path.cwd}/ansible/requirements.yml"
galaxy_file = "${path.cwd}/ansible/linux-requirements.yml"
galaxy_force_with_deps = true
playbook_file = "${path.cwd}/ansible/main.yml"
playbook_file = "${path.cwd}/ansible/limux-playbook.yml"
roles_path = "${path.cwd}/ansible/roles"
ansible_env_vars = [
"ANSIBLE_CONFIG=${path.cwd}/ansible/ansible.cfg",
Expand Down

0 comments on commit 846f9b8

Please sign in to comment.