good start

This commit is contained in:
2023-04-26 15:34:45 +02:00
parent 73f7d667bf
commit 11bda1cc7b
12 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
- name: Customization and hardening of fresh fedora install running on a VM
hosts: fedora-server
become: yes
user: pi
vars_prompt:
- name: "k3s_token"
prompt: "Enter k3s token"
private: yes
roles:
# - role: ssh-key-copy
# - role: fail2ban
- role: k3s-ha
# k3s_token: "{{ k3s_token }}"

View File

@@ -0,0 +1,7 @@
- name: Basic setup with general nice-to-haves of a fresh raspberry-pi os install
hosts: raspberry
become: yes
user: pi
roles:
- role: ssh-key-copy
- role: raspberry