User Tools

Site Tools


сервис_ansible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сервис_ansible [2023/03/20 19:01]
val [ansible-pull]
сервис_ansible [2023/06/24 19:36]
val [Пример 3]
Line 239: Line 239:
           - ip host server 192.168.X.10           - ip host server 192.168.X.10
  
-          ​- snmp-server host server writetrap+#          ​- snmp-server host server writetrap
  
 #          - snmp-server enable traps config #          - snmp-server enable traps config
Line 660: Line 660:
 </​code>​ </​code>​
  
-  * [[Инструмент GitLab]]+  * [[Инструмент GitLab]] ​(Создать публичный проект без readme и скопировать подсказки)
  
 <​code>​ <​code>​
 client3:~# ansible-pull -U http://​gate.corp13.un/​user1/​ansible-pull-gpo.git client3:~# ansible-pull -U http://​gate.corp13.un/​user1/​ansible-pull-gpo.git
-</​code>​+</​code>​<​code>​ 
 +client1:​~/​ansible-pull-gpo#​ cat start.sh 
 +</​code><​code>​ 
 +#!/bin/bash
  
-  * [[Инструмент Gitea]]+apt update 
 +apt install -y git ansible
  
-<​code>​ 
-client2:​~/​ansible-pull-gpo#​ cat start.sh 
-</​code><​code>​ 
 echo -e "0 */2 * * * \ echo -e "0 */2 * * * \
-/​usr/​bin/​ansible-pull -s 90 -U http://​gate.corp13.un:3000/student/​ansible-pull-gpo.git\n\ +/​usr/​bin/​ansible-pull -s 120 -U http://​gate.corp13.un/​user1/​ansible-pull-gpo.git ​-C $BR 2>&1 | /​usr/​bin/​logger -t ansible-pull\n\ 
-@reboot sleep 1m; /​usr/​bin/​ansible-pull -U http://​gate.corp13.un:3000/student/​ansible-pull-gpo.git"​ | crontab -+@reboot sleep 1m; /​usr/​bin/​ansible-pull -U http://​gate.corp13.un/​user1/​ansible-pull-gpo.git ​-C $BR 2>&1 | /​usr/​bin/​logger -t ansible-pull" | crontab -
 </​code>​ </​code>​
 +
 +  * Инструмент GitLab [[Инструмент GitLab#​Подключение через API]]
  
 === Вариант 2 === === Вариант 2 ===
сервис_ansible.txt · Last modified: 2024/06/27 14:30 by val