From 01a8f4bcece31fe392cb52aa7f35da496e3726f8 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Mon, 13 Jan 2020 16:47:44 +0100 Subject: [PATCH] Update version and require local connection --- .gitmodules | 3 +++ README.md | 9 +++++++++ ansible.cfg | 7 ++++--- ansible/hosts.ini | 4 ++-- roles/polybar | 1 + roles/workstation_packages | 2 +- 6 files changed, 20 insertions(+), 6 deletions(-) create mode 160000 roles/polybar diff --git a/.gitmodules b/.gitmodules index dff55ea..223d5a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "roles/manage_users"] path = roles/manage_users url = https://github.com/chaos-bodensee/role-manage_users.git +[submodule "roles/polybar"] + path = roles/polybar + url = https://github.com/chaos-bodensee/role_install-polybar.git diff --git a/README.md b/README.md index 56837b9..f5761e8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ ========================== This ansible playbook collection creates [L3D](https://chaos.social/@l3d)s Desktop enviroment. Including window manager and some pre-installed programms like [Firefox](https://www.mozilla.org/de/firefox/new/) and some usefull shell programms. + ATTENTION +------------- +Different to my other ansible playbooks: + +### THIS PLAYBOOK HAS TO BE EXECUTET AT THE TARGET HOST DIRECTLY! + +*It requires some GUI stuff and I did not find the time to forward X or wayland correctly to make it remotely working. Sorry. Feel free to create a Issue or pull-request* + + What is happening here exactly? -------------------------------- For a complete overview please have a look at the ``README.md`` Files from each ansible role. diff --git a/ansible.cfg b/ansible.cfg index e7a6d64..226a2b9 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,13 +2,14 @@ inventory = ./ansible/hosts.ini retry_files_enabled = False nocows = True +ansible_connection = 'local' [privilege_escalation] become_method = sudo become_user = root become_ask_pass = False -[ssh_connection] -pipelining = True -control_path = /tmp/ansible-ssh-%%h-%%p-%%r +#[ssh_connection] +#pipelining = True +#control_path = /tmp/ansible-ssh-%%h-%%p-%%r diff --git a/ansible/hosts.ini b/ansible/hosts.ini index 952a0cb..c2d50b0 100644 --- a/ansible/hosts.ini +++ b/ansible/hosts.ini @@ -1,4 +1,4 @@ [thinkpad] t460p ansible_host='localhost' ansible_connection='local' -desk_minni ansible_host='192.168.0.42' -l460 ansible_host='192.168.0.43' +desk_minni ansible_host='192.168.0.42' ansible_connection='local' +l460 ansible_host='192.168.0.43' ansible_connection='local' diff --git a/roles/polybar b/roles/polybar new file mode 160000 index 0000000..711bb86 --- /dev/null +++ b/roles/polybar @@ -0,0 +1 @@ +Subproject commit 711bb864d2cbc36ef4e5dd19acb1452f7660efe0 diff --git a/roles/workstation_packages b/roles/workstation_packages index 47a0e10..c256baf 160000 --- a/roles/workstation_packages +++ b/roles/workstation_packages @@ -1 +1 @@ -Subproject commit 47a0e10a64478e9027cd892a032665673591880b +Subproject commit c256baff030d6fbab8f3a28b8c749b8b11a9c70d