mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2021-12-13 23:00
This commit is contained in:
		| @@ -109,4 +109,17 @@ system_rc_local_shutdown_base_cmd: [] | ||||
| system_rc_local_shutdown_extra_cmd: [] | ||||
| system_rc_local_shutdown_cmd: "{{ system_rc_local_shutdown_base_cmd + system_rc_local_shutdown_extra_cmd }}" | ||||
|  | ||||
| # Optional : if system_ansible_ssh_keys is set (to a list of public SSH keys) | ||||
| # it'll configure the keys for the ansible user. If not set, you have to configure it manually | ||||
| # or with the ssh_users / ssh_extra_users | ||||
| # system_ansible_ssh_keys: [] | ||||
|  | ||||
| # if set, will add the following options to the ssh keys for ansible | ||||
| system_ansible_ssh_keys_options: | ||||
|   - no-X11-forwarding | ||||
|   - no-agent-forwarding | ||||
|   - no-pty | ||||
| # If set, will restrict the ansible ssh keys to the configured IP. | ||||
| # An empty list means no restriction | ||||
| system_ansible_src_ip: [] | ||||
| ... | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud