Compare commits
2 Commits
43d2e66b6a
...
57e600f3d6
Author | SHA1 | Date | |
---|---|---|---|
57e600f3d6 | |||
1c68f9d2e1 |
@ -5,7 +5,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
ANSIBLE_VERSION: 10.5.0
|
ANSIBLE_VERSION: "8.7.0"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
playbook:
|
playbook:
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
owner: bhays
|
owner: bhays
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
src: ~/.ssh/authorized_keys
|
src: ../Configs/authorized_keys
|
||||||
dest: /home/bhays/.ssh/authorized_keys
|
dest: /home/bhays/.ssh/authorized_keys
|
||||||
- name: Copy secure login banner
|
- name: Copy secure login banner
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
1
Configs/authorized_keys
Normal file
1
Configs/authorized_keys
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClhOkA+6Wj+HmJb32wqDXAksOr7mhRovSQAt/6PNem/q0R+JA4qyYpStPAkLTHmUJhUPYlyeVPJyaGxRyE96SSrLxy2tGvfch1D2XkrYTZoyEYc0QNg2PfgCkAZofDSPrErzcAzT9XBJ+/9rga8IBZ3F8Nm1gl401y0Ckchdne/i+npVurimpSMJbIwjIsg7ij1gWLL4idIftW7IDloWedI1O2XdBW9VDpA/zq46tBwt3Jeelv5oDCup6g9wLQwBpmegWXYS+p47vGzIYp2qBI2D/opOZCUaBNT81G80E9H0fsNDi8xCBfVj7zgBQHzviqGFqeKjU39FbLZlkeISMX rsa-key-20231020
|
Loading…
Reference in New Issue
Block a user