LTE
This commit is contained in:
parent
73534a7fa4
commit
d6ac69e2f2
3 changed files with 9 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
||||||
[submodule "roles/home_config"]
|
[submodule "roles/home_config"]
|
||||||
path = roles/home_config
|
path = roles/home_config
|
||||||
url = git@git.see-base.de:l3d/role_home-config.git
|
url = git@git.see-base.de:l3d/role_home-config.git
|
||||||
|
[submodule "roles/lte"]
|
||||||
|
path = roles/lte
|
||||||
|
url = git@git.see-base.de:l3d/LTE.git
|
||||||
|
|
1
roles/lte
Submodule
1
roles/lte
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fa1567b0fa10bbaadcac8c03a8ae9d6af7d7c703
|
|
@ -7,3 +7,8 @@
|
||||||
- ssh_authorized_keys
|
- ssh_authorized_keys
|
||||||
- sshd
|
- sshd
|
||||||
- home_config
|
- home_config
|
||||||
|
|
||||||
|
- name: LTE Setup
|
||||||
|
hosts: lte
|
||||||
|
roles:
|
||||||
|
- lte
|
||||||
|
|
Loading…
Reference in a new issue