1 00:00:06,870 --> 00:00:08,430 - We are now at the end of this lesson, 2 00:00:08,430 --> 00:00:09,970 let's do a lab. 3 00:00:09,970 --> 00:00:11,050 So in this lab, 4 00:00:11,050 --> 00:00:13,720 write a playbook that configures firewall rules 5 00:00:13,720 --> 00:00:15,740 and a playbook should define variables 6 00:00:15,740 --> 00:00:17,850 to specify what should happen in the firewall 7 00:00:17,850 --> 00:00:20,290 regarding specific services. 8 00:00:20,290 --> 00:00:21,470 Make sure that you work 9 00:00:21,470 --> 00:00:23,510 at least with the name of the service, 10 00:00:23,510 --> 00:00:25,350 the state you need to service to be in, 11 00:00:25,350 --> 00:00:28,350 and the firewall zone in which it should be configured. 12 00:00:28,350 --> 00:00:30,900 Also make sure that if the state is not specified 13 00:00:30,900 --> 00:00:31,880 for a service, 14 00:00:31,880 --> 00:00:34,140 the default state enabled will be used, 15 00:00:34,140 --> 00:00:37,150 and if the zone is not specified, 16 00:00:37,150 --> 00:00:38,920 the zone will be omitted. 17 00:00:38,920 --> 00:00:39,753 Good luck.