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

Merge pull request #380 from jvonau/permissions

permissions - storaged as execuables in git - installed files need not be executable
This commit is contained in:
A Holt 2017-10-16 10:25:31 -04:00 committed by GitHub
commit c1101d2e3d
27 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
group=root
mode={{ item.mode }}
with_items:
- { src: 'dhcp/dhcpd-env.j2' , dest: '/etc/sysconfig/dhcpd' , mode: '0755' }
- { src: 'dhcp/dhcpd-env.j2' , dest: '/etc/sysconfig/dhcpd' , mode: '0644' }
when: dhcpd_enabled
- name: Copy named file
@ -26,8 +26,8 @@
group=root
mode={{ item.mode }}
with_items:
- { src: 'named/school.local.zone.db' , dest: '/var/named-iiab/' , mode: '0755' }
- { src: 'named/school.internal.zone.db' , dest: '/var/named-iiab/' , mode: '0755' }
- { src: 'named/school.local.zone.db' , dest: '/var/named-iiab/' , mode: '0644' }
- { src: 'named/school.internal.zone.db' , dest: '/var/named-iiab/' , mode: '0644' }
- name: Enable named service
service: name={{ dns_service }}

0
roles/network/templates/avahi/portal.service Executable file → Normal file
View file

0
roles/network/templates/dhcp/dhcpd-env.j2 Executable file → Normal file
View file

0
roles/network/templates/dhcp/dhcpd.service Executable file → Normal file
View file

0
roles/network/templates/named/localdomain.zone Executable file → Normal file
View file

0
roles/network/templates/named/localhost.zone Executable file → Normal file
View file

0
roles/network/templates/named/named Executable file → Normal file
View file

0
roles/network/templates/named/named-iiab.conf.j2 Executable file → Normal file
View file

0
roles/network/templates/named/named.broadcast Executable file → Normal file
View file

0
roles/network/templates/named/named.ip6.local Executable file → Normal file
View file

0
roles/network/templates/named/named.j2 Executable file → Normal file
View file

0
roles/network/templates/named/named.local Executable file → Normal file
View file

0
roles/network/templates/named/named.rfc1912.zones Executable file → Normal file
View file

0
roles/network/templates/named/named.root Executable file → Normal file
View file

0
roles/network/templates/named/named.root.hints Executable file → Normal file
View file

0
roles/network/templates/named/named.zero Executable file → Normal file
View file

0
roles/network/templates/named/school.external.zone.db Executable file → Normal file
View file

View file

View file

View file

0
roles/network/templates/named/school.internal.zone.db Executable file → Normal file
View file

View file

0
roles/network/templates/network/sysconfig.network.j2 Executable file → Normal file
View file

0
roles/network/templates/squid/iiab-httpcache.j2 Executable file → Normal file
View file

0
roles/network/templates/squid/squid-iiab.conf.j2 Executable file → Normal file
View file

0
roles/network/templates/squid/squid.sysconfig Executable file → Normal file
View file

0
roles/network/templates/wondershaper/wondershaper.j2 Executable file → Normal file
View file