thirdparty-ops icon indicating copy to clipboard operation
thirdparty-ops copied to clipboard

This repo is used for the operation and maintenance of third party tools.

Results 5 thirdparty-ops issues
Sort by recently updated
recently updated
newest added

- name: Check ansible_user variable fail: msg="ansible_user == 'root' is not supported, please ssh via normal user" when: ansible_user == 'root' 请问为什么要判断ansible_user不能是root?

Hello! I try install kafka with internal ntp server. But i can`t. Please add support chrony. Thanks! https://www.linuxquestions.org/questions/linux-server-73/ntp-client-error-ntpstat-shows- unsynchronised-749641/

``` cat requirements.txt ansible>=2.4.2,=2.9.6 jmespath>=0.9.0 ``` install requirements `` sudo pip install -r requirements.txt Collecting ansible=2.4.2 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/b1/da/6c8f2daff9b776a85eff1ab1ac9bbf3bc67f9e55fa616b4d45dab76fef90/ansible-2.6.20.tar.gz (10.8MB) 100% |████████████████████████████████| 10.8MB 113kB/s Requirement already...

```TASK [check_config_dynamic : Preflight check - Make sure NTP service is running and ntpstat is synchronised to NTP server] ********************** fatal: [kafka2]: FAILED! => {"changed": false, "cmd": "ntpstat | grep...

``` ansible-playbook -i inventory.ini local_prepare.yml PLAY [initializing deployment environment] ****************************************************************************************************** TASK [download : Stop if ansible version is too low, make sure that the Ansible version is Ansible 2.4.2 or...