Import firewall role from network repo
Move, actually.
This commit is contained in:
parent
88061d97b2
commit
754c3da31f
21 changed files with 801 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
- name: Set authorized SSH keys
|
||||
authorized_key:
|
||||
user: root
|
||||
exclusive: true
|
||||
#exclusive: true # is problematic if there are other keys (e.g. clusters)
|
||||
key: "{{ ssh_keys | join('\n') }}"
|
||||
|
||||
- when: is_virtual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue