Skip to content

Commit

Permalink
increase ansible verbosity for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Tools committed Sep 20, 2024
1 parent 070477e commit 5a0c141
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/local/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
playbooks:
cleanup: cleanup.yml
inventory:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/server_and_nuc/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/teleop/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/teleop/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/teleop/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ provisioner:
ANSIBLE_ROLES_PATH: ../../../../roles
AWS_ACCESS_KEY: ${AWS_ACCESS_KEY:-default}
AWS_SECRET_KEY: ${AWS_SECRET_KEY:-default}
ANSIBLE_VERBOSITY: 3
inventory:
links:
group_vars: ../../../../inventory/teleop/group_vars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
inventory:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
inventory:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
sudo_password: ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
sudo_password: ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
sudo_password: ubuntu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ provisioner:
name: ansible
env:
ANSIBLE_ROLES_PATH: ../../../../roles
ANSIBLE_VERBOSITY: 3
connection_options:
ansible_python_interpreter: /usr/bin/python3
sudo_password: ubuntu
Expand Down

0 comments on commit 5a0c141

Please sign in to comment.