feat: Swapped tofu init scripting for ansible scripting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Bootstrap newly created servers (idempotent, safe to re-run)
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
vars:
|
||||
ansible_user: root
|
||||
roles:
|
||||
- bootstrap
|
||||
Reference in New Issue
Block a user