redeploy authentic policies as code.
This commit is contained in:
15
ansible/playbooks/install_talosctl.yml
Normal file
15
ansible/playbooks/install_talosctl.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# ------------------------------------------------------------------------------
|
||||
# FILE: playbooks/install_talosctl.yml
|
||||
# DESCRIPTION: Install talosctl on city-hall for managing the fastpass cluster.
|
||||
# USAGE:
|
||||
# cd ansible
|
||||
# ansible-playbook -i inventory.yml playbooks/install_talosctl.yml
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
- name: Install talosctl
|
||||
hosts: talos_control
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- talosctl
|
||||
Reference in New Issue
Block a user