chore 📦: Update setupacdc.yml to use default public key
Updated the `container_pubkey` setting in `tasks/setupacdc.yml` to utilize the default public key provided by Ansible, eliminating the need for manual configuration of the SSH public key.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
container_onboot: 1
|
container_onboot: 1
|
||||||
container_protection: 0
|
container_protection: 0
|
||||||
container_unprivileged: 1
|
container_unprivileged: 1
|
||||||
container_pubkey: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
|
container_pubkey: "{{ ssh_public_keys }}"
|
||||||
container_tags:
|
container_tags:
|
||||||
- ansible_managed
|
- ansible_managed
|
||||||
- test
|
- test
|
||||||
|
|||||||
Reference in New Issue
Block a user