# indiff **Repository Path**: qwop/indiff ## Basic Information - **Project Name**: indiff - **Description**: No description available - **Primary Language**: YAML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-20 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # indiff #### gen_ansible.sh 生成可以执行的ansible命令 ```bash wget https://gitee.com/qwop/indiff/raw/master/gen_ansible.sh && sudo bash gen_ansible.sh \ 192.168.122.110 \ 192.168.122.111 \ 192.168.122.112 \ 192.168.122.113 ``` ```bash wget https://gitee.com/qwop/indiff/raw/master/gen_ansible.sh && sudo bash gen_ansible.sh 192.168.122.110 192.168.122.111 192.168.122.112 192.168.122.113 ``` ```bash sh gen_ansible.sh 192.168.122.110 192.168.122.111 192.168.122.112 192.168.122.113 ``` #### 生成yugabyted部署的脚本 ```bash wget https://gitee.com/qwop/indiff/raw/master/gen_yugabyted.sh && sudo bash gen_yugabyted.sh \ 192.168.122.110 \ 192.168.122.111 \ 192.168.122.112 \ 192.168.122.113 ```