Skip to content

Commit

Permalink
Add support for boostrapping more legacy hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 9, 2024
1 parent 0989052 commit 84e05e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions ansible/deploy-bootstrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Ensure all hosts are bootstrapped correctly
hosts: all
become: yes
roles:
- bootstrap
tags:
- bootstrap
5 changes: 5 additions & 0 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ data3.htz-fsn.prod.ooni.nu

[ghs_ams]
openvpn-server1.ooni.io
amsmatomo.ooni.nu
db-1.proteus.ooni.io
ams-slack-1.ooni.org
#mia-echoth.ooni.nu
#mia-httpth.ooni.nu
9 changes: 2 additions & 7 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
- name: Ensure all hosts are bootstrapped correctly
hosts: all
become: yes
roles:
- bootstrap
tags:
- bootstrap
- name: Include bootstrap playbook
ansible.builtin.import_playbook: deploy-bootstrap.yml

- name: Include tier0 playbook
ansible.builtin.import_playbook: deploy-tier0.yml
Expand Down

0 comments on commit 84e05e9

Please sign in to comment.