Обновление от 18 октября 2018
Исправлена ошибка в documentolog.ks
Заменены пакеты php на php54 от remi, изменен kickstart файл
Обнаружился новый компонент Apache Solr, создан отдельный kickstart файл
| Бой на ИС-4 - Перевал | |
| Умело танкую боками. Но проиграл | |
| 13:58 - Обнаружен Объект 260 | |
| 13:52 - Нанес 452 урона Объекту 260 | |
| 13:17 - Отбил выстрел от Объекта 260, 440 отбито из 440 | |
| 13:06 - Отбил выстрел от Объекта 260, 440 отбито из 860 | |
| 13:03 - Отбил выстрел от Т30, 750 отбито из 1630 | |
| 12:57 - Отбил выстрел от Объекта 260, 440 из 2070 | |
| 12:51 - Нанес 391 урон Объекту 260 |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 5.6.13 Kernel Configuration | |
| # | |
| # | |
| # Compiler: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39) | |
| # | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=40805 |
Обновление Требования были изменены, чтобы соответствовать требованиям ОС Ubuntu 18.04 Bionic Beaver. Скрипты нужно запускать в порядке, как они указаны здесь Скрипты нужно запускать как curl script-url | bash
| #!/bin/sh | |
| # Make sure to: | |
| # 1) Name this file `backup.sh` and place it in /home/ubuntu | |
| # 2) Run sudo apt-get install awscli to install the AWSCLI | |
| # 3) Run aws configure (enter s3-authorized IAM user and specify region) | |
| # 4) Fill in DB host + name | |
| # 5) Create S3 bucket for the backups and fill it in below (set a lifecycle rule to expire files older than X days in the bucket) | |
| # 6) Run chmod +x backup.sh | |
| # 7) Test it out via ./backup.sh |
| --- | |
| - hosts: localhost | |
| connection: local | |
| name: "Download all ncalayers bundles and install them" | |
| vars: | |
| install_bundles: | |
| - symname: kz.gov.pki.kalkan.knca_provider_jce_kalkan | |
| install: true | |
| - symname: kz.gov.pki.kalkan.xmldsig |
| --- | |
| - name: Ensure folders are exists. | |
| ansible.builtin.file: | |
| path: "{{ city }}/{{ user }}/ {{ folder }}" | |
| owner: root | |
| group: root | |
| mode: 0755 | |
| with_items: "{{ user.folders }}" | |
| loop_control: | |
| loop_var: folder |
| [Unit] | |
| Description=Beeline Scanner - 5-minute Task | |
| [Service] | |
| EnvironmentFile=-/opt/beelinescanner/environments.sh | |
| WorkingDirectory=/opt/beelinescanner | |
| Type=oneshot | |
| ExecStart=/opt/beelinescanner/script.sh |
Here are some small collection of various docker-compose files.
For mosquitto - please create a user test with testpass password before.
For cloudflared - please login to cloudflare and generate token for a new tunnel.
For esphome - I not often use it, but sometime I need it, so I created a separated file for esphome.
For homeassistant, mosquitto, frigate - some examples in internet requires them. Frigate publish messages to MQTT. HomeAssistant listen for a new messages, then start a automation scripts.