Skip to content

Commit

Permalink
access (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Nov 2, 2024
1 parent 467c653 commit ff54770
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible/roles/k8s-lb/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
- haproxy
- openvswitch-switch-dpdk

- name: Add WN
ansible.posix.authorized_key:
user: debian
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINg7wq0d3JOKp9qmuaAlriDXoz3H4lt2LNJczOtBygsw wilnil@willardpad"

- name: Add AD
ansible.posix.authorized_key:
user: debian
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINqMvlwLFwGENT5WMjytI2iwVlHPV2TX+gOgBXj9kw4k andrew@localhost"

- name: Install certbot
ansible.builtin.pip:
name: certbot==2.11.0
Expand Down
6 changes: 6 additions & 0 deletions ansible/roles/mesh-k8s-node/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
user: debian
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINg7wq0d3JOKp9qmuaAlriDXoz3H4lt2LNJczOtBygsw wilnil@willardpad"

- name: Add AD
ansible.posix.authorized_key:
user: debian
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINqMvlwLFwGENT5WMjytI2iwVlHPV2TX+gOgBXj9kw4k andrew@localhost"

0 comments on commit ff54770

Please sign in to comment.