Skip to content
Snippets Groups Projects
Commit 2071b9c1 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Merge branch 't39024-update-examples-and-documentations' into 'main'

Update examples and documentations, Refs #39024

See merge request sys/ansible-public!64
parents 780dc8f9 38e42237
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 18 deletions
......@@ -36,6 +36,8 @@ manager_domain: "manager.ubica.st"
# Nudgis API key, used to communicate with the nudgis portal
nudgis_front_api_key: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
# celerity:
# Defines the default deployed Nudgis portal domain (will be the URL of the portal when adding the HTTP(S) prefix)
# mediacache:
# URL of Nudgis Front cluster
# mediaserver:
......
......@@ -46,7 +46,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -50,7 +50,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -50,7 +50,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -50,7 +50,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -50,7 +50,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -50,7 +50,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -102,7 +102,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -62,7 +62,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -58,7 +58,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -58,7 +58,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -46,7 +46,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -46,7 +46,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -36,6 +36,8 @@ manager_domain: "manager.ubica.st"
# Nudgis API key, used to communicate with the nudgis portal
nudgis_front_api_key: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
# celerity:
# Defines the default deployed Nudgis portal domain (will be the URL of the portal when adding the HTTP(S) prefix)
# mediacache:
# URL of Nudgis Front cluster
# mediaserver:
......
......@@ -102,7 +102,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -70,7 +70,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -46,7 +46,7 @@ postfix_email_from: "noreply@domain.com"
postfix_mailname: "ubica.st"
# postfix:
# SMTP host for the SASL account
# SMTP relay host
#postfix_relay_host: ""
# postfix:
......
......@@ -3,5 +3,5 @@
The base group is a meta-group used only to group together the various dependencies required by UbiCast solutions.
This group is only meant to be used as a meta group (see for instance meta groups section in the [standard example inventory](../../inventories/example/std/hosts) or [HA example inventory](../../inventories/example/ha/hosts)).
You should also look at the metagroups of base to fill out the variables in your inventory: [init](../init/README.md), [sysconfig](../sysconfig/README.md), [sysuser](../sysuser/README.md), [postfix](../postfix/README.md), [ferm-install](../ferm-install/README.md), [ferm-configure](../ferm-configure/README.md), [fail2ban](../fail2ban/README.md).
This group is only meant to be used as a meta group (see for instance meta groups section in the [standard example inventory](../../inventories/example/std/hosts) or [HA example inventory](../../inventories/example/ha/hosts)).
You should also look at the metagroups of base to fill out the variables in your inventory: [init](../init/README.md), [sysconfig](../sysconfig/README.md), [sysuser](../sysuser/README.md), [postfix](../postfix/README.md), [ferm-install](../ferm-install/README.md), [ferm-configure](../ferm-configure/README.md), [fail2ban](../fail2ban/README.md).
......@@ -19,6 +19,11 @@ nudgis_front_system_user: "msuser"
nudgis_front_api_key: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
```
`nudgis_front_domain`: Defines the default deployed Nudgis portal domain (will be the URL of the portal when adding the HTTP(S) prefix)
```
nudgis_front_domain: "nudgis.example.com"
```
`celerity_server_domain`: IP or domain on which the celerity server service can be joined
```
celerity_server_domain: "celerity.example.com"
......
......@@ -4,7 +4,7 @@
The msmonitor group is used to configure all hosts to allow to access to monitoring data through a secure web interface.
* In a standard and HA Ubicast case, the host(s) is(are) the same as mediaserver
This group is only meant to be used as a meta group (see for instance meta groups section in the [standard example inventory](../../inventories/example/std/hosts) or [HA example inventory](../../inventories/example/ha/hosts)).
This group is only meant to be used as a meta group (see for instance meta groups section in the [standard example inventory](../../inventories/example/std/hosts) or [HA example inventory](../../inventories/example/ha/hosts)).
## Role Variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment