You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,26 +43,26 @@ Please have a look at others configurations files to see how it has been done. W
43
43
- Add a new JSON section to describe what must be installed on your device. **This is JSON syntax, comma and quote a really important!**
44
44
-**kb-gin-conakry** is the name of your device
45
45
-**kalite** is the name of the role played but also the name of the application we want to install
46
-
-**activated** Whether we want install or not the application. If True, the application will be installed and configured on the target device. If leaved True, the target device will be updated continuously at each time the later will be connected on Internet
46
+
-**activated** Whether we want install or not the application. If true, the application will be installed and configured on the target device. If leaved true, the target device will be updated continuously at each time the later will be connected on Internet
47
47
-**version** For some application it is better to lock the version number instead of installing always the last version. A new version has always to be tested before deployment.
48
48
-**language** You can specify the language you wish to use (must be on 2 letters)
@@ -143,14 +143,14 @@ Ansible will be executed in Pull mode and this file will be called by Network-Ma
143
143
144
144
Example of `ansiblePullUpdate`: `/usr/local/bin/ansible-pull -s 120 -d /var/lib/ansible/local -C oneUpdateFile -i hosts -U https://github.com/ideascube/ansiblecube.git main.yml --tags "update"`
145
145
146
-
From now on, everything depend from the file `roles/set_custom_fact/files/device_list.fact`. If you left some application with `"activated": "True",` those ones will be updated each time the device will be connected to Internet.
146
+
From now on, everything depend from the file `roles/set_custom_fact/files/device_list.fact`. If you left some application with `"activated": true,` those ones will be updated each time the device will be connected to Internet.
147
147
148
148
## Available TAGS
149
149
150
150
- idc_import: Call the ideascube import medias command with the right file given with
0 commit comments