1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Update version and require local connection

This commit is contained in:
Lilian Roller 2020-01-13 16:47:44 +01:00
parent d903c8cfc8
commit 01a8f4bcec
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
6 changed files with 20 additions and 6 deletions

3
.gitmodules vendored
View file

@ -46,3 +46,6 @@
[submodule "roles/manage_users"] [submodule "roles/manage_users"]
path = roles/manage_users path = roles/manage_users
url = https://github.com/chaos-bodensee/role-manage_users.git 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

View file

@ -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. 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? What is happening here exactly?
-------------------------------- --------------------------------
For a complete overview please have a look at the ``README.md`` Files from each ansible role. For a complete overview please have a look at the ``README.md`` Files from each ansible role.

View file

@ -2,13 +2,14 @@
inventory = ./ansible/hosts.ini inventory = ./ansible/hosts.ini
retry_files_enabled = False retry_files_enabled = False
nocows = True nocows = True
ansible_connection = 'local'
[privilege_escalation] [privilege_escalation]
become_method = sudo become_method = sudo
become_user = root become_user = root
become_ask_pass = False become_ask_pass = False
[ssh_connection] #[ssh_connection]
pipelining = True #pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r #control_path = /tmp/ansible-ssh-%%h-%%p-%%r

View file

@ -1,4 +1,4 @@
[thinkpad] [thinkpad]
t460p ansible_host='localhost' ansible_connection='local' t460p ansible_host='localhost' ansible_connection='local'
desk_minni ansible_host='192.168.0.42' desk_minni ansible_host='192.168.0.42' ansible_connection='local'
l460 ansible_host='192.168.0.43' l460 ansible_host='192.168.0.43' ansible_connection='local'

1
roles/polybar Submodule

@ -0,0 +1 @@
Subproject commit 711bb864d2cbc36ef4e5dd19acb1452f7660efe0

@ -1 +1 @@
Subproject commit 47a0e10a64478e9027cd892a032665673591880b Subproject commit c256baff030d6fbab8f3a28b8c749b8b11a9c70d