move common-bitlair tasks into main
This commit is contained in:
parent
7d59c108d6
commit
4fe85270a6
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
- name: Update authorized_keys
|
|
||||||
ansible.builtin.template:
|
|
||||||
src: authorized_keys.j2
|
|
||||||
dest: /root/.ssh/authorized_keys
|
|
||||||
mode: 0600
|
|
||||||
when: root_access is defined and root_access
|
|
||||||
tags: authorized_keys
|
|
|
@ -30,6 +30,14 @@
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: apt-minimal.yaml
|
file: apt-minimal.yaml
|
||||||
|
|
||||||
|
- name: Update authorized_keys
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: authorized_keys.j2
|
||||||
|
dest: /root/.ssh/authorized_keys
|
||||||
|
mode: 0600
|
||||||
|
when: root_access is defined and root_access
|
||||||
|
tags: authorized_keys
|
||||||
|
|
||||||
- tags: network
|
- tags: network
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: network.yaml
|
file: network.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue