fortinet.fortios.fortios_user_group – Configure user groups in Fortinet’s FortiOS and FortiGate.
Note
This plugin is part of the fortinet.fortios collection (version 2.1.3).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install fortinet.fortios
.
To use it in a playbook, specify: fortinet.fortios.fortios_user_group
.
New in version 2.10: of fortinet.fortios
Synopsis
This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify user feature and group category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0
Requirements
The below requirements are needed on the host that executes this module.
ansible>=2.9.0
Parameters
Parameter |
Comments |
---|---|
Token-based authentication. Generated from GUI of Fortigate. |
|
Enable/Disable logging for task. Choices:
|
|
Member attribute path to operate on. Delimited by a slash character if there are more than one attribute. Parameter marked with member_path is legitimate for doing member operation. |
|
Add or delete a member under specified attribute path. When member_state is specified, the state option is ignored. Choices:
|
|
Indicates whether to create or remove the object. Choices:
|
|
Configure user groups. |
|
Enable/disable overriding the global number of concurrent authentication sessions for this user group. Choices:
|
|
Maximum number of concurrent authenticated connections per user (0 - 100). |
|
Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout. |
|
Set the action for the company guest user field. Choices:
|
|
Enable/disable the guest user email address field. Choices:
|
|
Time in seconds before guest user accounts expire. (1 - 31536000 sec) |
|
Determine when the expiration countdown begins. Choices:
|
|
Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Choices:
|
|
Guest User. |
|
Comment. |
|
Set the action for the company guest user field. |
|
Email. |
|
Expire time. |
|
Guest ID. |
|
Mobile phone. |
|
Guest name. |
|
Guest password. |
|
Set the action for the sponsor guest user field. |
|
Guest ID. |
|
Realm attribute for MD5-digest authentication. |
|
Group ID. |
|
Group matches. |
|
Name of matching group on remote authentication server. |
|
ID. |
|
Name of remote auth server. Source user.radius.name user.ldap.name user.tacacs+.name. |
|
Maximum number of guest accounts that can be created for this group (0 means unlimited). |
|
Names of users, peers, LDAP severs, or RADIUS servers to add to the user group. |
|
Group member name. Source user.peer.name user.local.name user.radius.name user.tacacs+.name user.ldap.name user.adgrp.name user .pop3.name. |
|
Enable/disable the guest user mobile phone number field. Choices:
|
|
Enable/disable addition of multiple guests. Choices:
|
|
Group name. |
|
Guest user password type. Choices:
|
|
SMS server. Source system.sms-server.name. |
|
Send SMS through FortiGuard or other external server. Choices:
|
|
Set the action for the sponsor guest user field. Choices:
|
|
Name of the RADIUS user group that this local user group represents. |
|
Guest user ID type. Choices:
|
|
Enable/disable the guest user name entry. Choices:
|
|
Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. Default: “root” |
Examples
- collections:
- fortinet.fortios
connection: httpapi
hosts: fortigate01
vars:
ansible_httpapi_port: 443
ansible_httpapi_use_ssl: true
ansible_httpapi_validate_certs: false
vdom: root
tasks:
- name: fortios_user_group
fortios_user_group:
vdom: root
state: present
user_group:
auth_concurrent_override: disable
auth_concurrent_value: 0
authtimeout: 0
company: optional
email: enable
expire: 14400
expire_type: immediately
group_type: firewall
id: 3
max_accounts: 0
member:
- name: guest
mobile_phone: disable
multiple_guest_add: disable
name: s1
password: auto-generate
sms_server: fortiguard
sponsor: optional
user_id: email
user_name: disable
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Build number of the fortigate image Returned: always Sample: “1547” |
|
Last method used to provision the content into FortiGate Returned: always Sample: “PUT” |
|
Last result given by FortiGate on last operation applied Returned: always Sample: “200” |
|
Master key (id) used in the last call to FortiGate Returned: success Sample: “id” |
|
Name of the table used to fulfill the request Returned: always Sample: “urlfilter” |
|
Path of the table used to fulfill the request Returned: always Sample: “webfilter” |
|
Internal revision number Returned: always Sample: “17.0.2.10658” |
|
Serial number of the unit Returned: always Sample: “FGVMEVYYQT3AB5352” |
|
Indication of the operation’s result Returned: always Sample: “success” |
|
Virtual domain used Returned: always Sample: “root” |
|
Version of the FortiGate Returned: always Sample: “v5.6.3” |
Authors
Link Zheng (@chillancezen)
Jie Xue (@JieX19)
Hongbin Lu (@fgtdev-hblu)
Frank Shen (@frankshen01)
Miguel Angel Munoz (@mamunozgonzalez)
Nicolas Thomas (@thomnico)