This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:-//Seven Kings Mosque Timetable//example.com// | |
CALSCALE:Gregorian | |
BEGIN:VEVENT | |
SUMMARY:Fajr | |
DTSTART;TZID=Europe/London:20230701T024700 | |
DTEND;TZID=Europe/London:20230701T044100 | |
DTSTAMP:20230701T024700Z | |
UID:b190b2f2-e6a7-42ce-b4a9-12909532ddeb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#_preseed_V1 | |
# Debian Ansible Server Preseed File | |
# Author: keybase.io/ubzy | |
# Targeted for: Debian 11 Bullseye | |
# Short link: https://git.io/fjiG3 | |
### Localization | |
d-i debian-installer/language string en | |
d-i debian-installer/country string GB |