complete variable for autofs

This commit is contained in:
vincent 2019-04-08 23:09:14 +02:00
parent 47a96edaca
commit e522869a3e

View File

@ -5,11 +5,11 @@
dest: /home/{{username}}/conf2 # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no). dest: /home/{{username}}/conf2 # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
repo: ssh://git@pi2/vincent/conf2.git # required. git, SSH, or HTTP(S) protocol address of the git repository. repo: ssh://git@pi2/vincent/conf2.git # required. git, SSH, or HTTP(S) protocol address of the git repository.
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
recursive: yes
force: no force: no
update: no update: no
accept_hostkey: yes accept_hostkey: yes
- name: pass user shell to zsh - name: pass user shell to zsh
user: user:
name: "{{username}}" # required. Name of the user to create, remove or modify. name: "{{username}}" # required. Name of the user to create, remove or modify.