ansible-lint fixes
This commit is contained in:
parent
3a64f595fe
commit
203d9bea62
17 changed files with 53 additions and 57 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: install thinlinc repository
|
||||
- name: Install ThinLinc repository
|
||||
ansible.builtin.yum_repository:
|
||||
name: thinlinc
|
||||
baseurl: "https://mirrors.foo.sh/thinlinc/{{ ansible_architecture }}"
|
||||
|
@ -7,18 +7,18 @@
|
|||
gpgcheck: false
|
||||
enabled: true
|
||||
|
||||
- name: install thinlinc client
|
||||
- name: Intall packages
|
||||
ansible.builtin.package:
|
||||
name: thinlinc-client
|
||||
state: installed
|
||||
|
||||
- name: set default server name
|
||||
- name: Set default server name
|
||||
ansible.builtin.lineinfile:
|
||||
path: /opt/thinlinc/etc/tlclient.conf
|
||||
regexp: '^SERVER_NAME='
|
||||
line: "SERVER_NAME=shell.foo.sh"
|
||||
|
||||
- name: disable fullscreen mode
|
||||
- name: Disable fullscreen mode
|
||||
ansible.builtin.lineinfile:
|
||||
path: /opt/thinlinc/etc/tlclient.conf
|
||||
regexp: '^{{ item }}='
|
||||
|
@ -27,13 +27,13 @@
|
|||
- FULL_SCREEN_MODE
|
||||
- FULL_SCREEN_ALL_MONITORS
|
||||
|
||||
- name: set default screen size
|
||||
- name: Set default screen size
|
||||
ansible.builtin.lineinfile:
|
||||
path: /opt/thinlinc/etc/tlclient.conf
|
||||
regexp: '^SCREEN_SIZE_SELECTION='
|
||||
line: "SCREEN_SIZE_SELECTION=2"
|
||||
|
||||
- name: use kerberos authentication
|
||||
- name: Use kerberos authentication
|
||||
ansible.builtin.lineinfile:
|
||||
path: /opt/thinlinc/etc/tlclient.conf
|
||||
regexp: '^AUTHENTICATION_METHOD='
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue