Files
ansible-general/docs/users.md
2021-11-08 01:33:13 +02:00

289 B

Creates users specified in the users variable. Syntax: users: - name: username password: hashed password ssh_pubkey: 'ssh-rsa...' - name: 'user1' password: '$6$...' ssh_pubkey: 'ssh-ed25519...' shell: '/usr/bin/fish' Specifying shell is optional