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 modules and linting and force versionscheck

This commit is contained in:
L3D 2021-01-25 16:33:04 +01:00
parent bdab9b9b20
commit 2e641828f5
Signed by: l3d
GPG key ID: CD08445BFF4313D1
7 changed files with 16 additions and 12 deletions

@ -1 +1 @@
Subproject commit ec79561b0f88c8f4f3771a7f330665e7b2e913b7 Subproject commit 1a1ee05ad9435b197f0118524642b2118e832023

@ -1 +1 @@
Subproject commit ca00bca0f102e754e68b4b77249f4c6a0ebd0638 Subproject commit fe3bbb29ce2b85ed620dc29e3ab75db078d60571

@ -1 +1 @@
Subproject commit 1d17b45e953e7cbdcfa73732dd0185d6a5925a2c Subproject commit ebe7b31f113322f3c7f2e4bc4f3dbd0b1a732aaa

View file

@ -3,13 +3,14 @@
hosts: localhost hosts: localhost
tags: tags:
- default - default
- always
roles: roles:
- ansible_version - ansible_version
gather_facts: no gather_facts: no
- name: Install useful packages - name: Install useful packages
hosts: desk_minni hosts: desk_minni
tags: tags:
- packages - packages
- updates - updates
- setup - setup
@ -19,7 +20,7 @@
- name: enable and secure sshd - name: enable and secure sshd
hosts: desk_minni hosts: desk_minni
tags: tags:
- secure - secure
- ssh - ssh
- setup - setup
@ -30,14 +31,14 @@
- name: Install useful dotfiles - name: Install useful dotfiles
hosts: desk_minni hosts: desk_minni
tags: tags:
- setup - setup
roles: roles:
- dotfiles - dotfiles
- name: set akku warning - name: set akku warning
hosts: desk_minni hosts: desk_minni
tags: tags:
- setup - setup
- akku - akku
roles: roles:
@ -55,7 +56,7 @@
- name: Install useful packages - name: Install useful packages
hosts: desk_minni hosts: desk_minni
tags: tags:
- packages - packages
- i3wm - i3wm
- copy_files - copy_files

View file

@ -3,13 +3,14 @@
hosts: localhost hosts: localhost
tags: tags:
- default - default
- always
roles: roles:
- ansible_version - ansible_version
gather_facts: no gather_facts: no
- name: Install useful packages - name: Install useful packages
hosts: l460 hosts: l460
tags: tags:
- packages - packages
- updates - updates
- setup - setup
@ -18,7 +19,7 @@
- name: enable and secure sshd - name: enable and secure sshd
hosts: l460 hosts: l460
tags: tags:
- secure - secure
- ssh - ssh
- setup - setup
@ -29,14 +30,14 @@
- name: Install useful dotfiles - name: Install useful dotfiles
hosts: l460 hosts: l460
tags: tags:
- setup - setup
roles: roles:
- dotfiles - dotfiles
- name: set akku warning - name: set akku warning
hosts: l460 hosts: l460
tags: tags:
- setup - setup
- akku - akku
roles: roles:

View file

@ -3,6 +3,7 @@
hosts: localhost hosts: localhost
tags: tags:
- default - default
- always
roles: roles:
- ansible_version - ansible_version
gather_facts: no gather_facts: no

View file

@ -3,6 +3,7 @@
hosts: localhost hosts: localhost
tags: tags:
- default - default
- always
roles: roles:
- ansible_version - ansible_version
gather_facts: no gather_facts: no