1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update 1-prep/tasks/main.yml

This commit is contained in:
A Holt 2020-01-23 22:52:13 -05:00 committed by GitHub
parent 3871e3f648
commit 86ed7d4144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,26 +66,22 @@
include_role:
name: sshd
# has no "when: XXXXX_install" flag
#tags: base, sshd
- name: IIAB-ADMIN
include_role:
name: iiab-admin
# has no "when: XXXXX_install" flag
#tags: base, iiab-admin
- name: OPENVPN
include_role:
name: openvpn
when: openvpn_install | bool
#tags: openvpn
# for rpi, without rtc, we need time as soon as possible
- name: Install chrony (an NTP package) especially for RPi's lacking RTC
package:
name: chrony
state: present
#tags: download
#TODO: Use regexp filter instead of hard-code ip
- name: Install /etc/chrony.conf from template