diff --git a/.gitmodules b/.gitmodules index a40b830..c8d66b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "roles/home_config"] path = roles/home_config 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 diff --git a/roles/lte b/roles/lte new file mode 160000 index 0000000..fa1567b --- /dev/null +++ b/roles/lte @@ -0,0 +1 @@ +Subproject commit fa1567b0fa10bbaadcac8c03a8ae9d6af7d7c703 diff --git a/setup.yml b/setup.yml index ca16a1b..7171fb2 100644 --- a/setup.yml +++ b/setup.yml @@ -7,3 +7,8 @@ - ssh_authorized_keys - sshd - home_config + +- name: LTE Setup + hosts: lte + roles: + - lte