Skip to content

Commit

Permalink
fix: update ansible for test vms
Browse files Browse the repository at this point in the history
  • Loading branch information
bancey committed Dec 27, 2024
1 parent 10cd119 commit ae57624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions ansible/nginx-proxy-manager.yaml → ansible/test-vms.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- name: Update system and setup ADO agents
hosts: npm-test
- name: Update system and install docker
hosts:
- npm-test
- technitium-test
- bunkerweb-test
become: true
become_user: root
become_method: sudo
Expand Down
5 changes: 2 additions & 3 deletions terraform/environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,9 @@ ansible = {
"keepalived_pass" = "keepalived-pass"
}
}
"nginx-proxy-manager" = {
"test-vms" = {
nodes = ["hela", "loki", "thor"]
playbook = "nginx-proxy-manager.yaml"
trigger = "21_12_2024_1615"
playbook = "test-vms.yaml"
}
}

Expand Down

0 comments on commit ae57624

Please sign in to comment.