-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
33 lines (30 loc) · 1.01 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
- hosts: all
gather_facts: true
roles:
# - DATE_syncing
# - BOOT_config
# - OS_update
# - OS_reboot
# - { role: OS_reboot, waiting: no }
# - DATE_syncing
# - SSH_firewall
# - { role: SSH_firewall, ports: [80,]}
# - BASH_profile
# - UTC_timezone
# - US_locale
# - AZERTY_keyboard
# - DISABLE_swap
# - { role: NTP_client, ntp_config_server: '{{ ntp_servers }}' }
# - { role: DEPLOY_sources, url: "https://github.com/tio/tio/releases/download/v1.32/tio-1.32.tar.xz", dirname: "tio-1.32" }
# - { role: OS_reboot, waiting: no }
# - INSTALL_commons
# - INSTALL_seriallogger
# - INSTALL_arduino
# - INSTALL_zabbix
# - INSTALL_AtmelAvrToolchain
# - { role: OS_hostname, hostname: "{{ inventory_hostname_short }}" }
# - SAMBA_server
# - { role: SSH_firewall, ports: [3333, 3334, 4444]}
# - { role: NFS_client, server_address: "192.168.0.42", share: "/TubbyBaot/kturtle_logs", mnt_dir: "/TubbyBaot/kturtle_logs", mount_mode: rw }
# - INSTALL_oled_stats