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:
commit
c1101d2e3d
27 changed files with 3 additions and 3 deletions
|
@ -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
0
roles/network/templates/avahi/portal.service
Executable file → Normal file
0
roles/network/templates/dhcp/dhcpd-env.j2
Executable file → Normal file
0
roles/network/templates/dhcp/dhcpd-env.j2
Executable file → Normal file
0
roles/network/templates/dhcp/dhcpd.service
Executable file → Normal file
0
roles/network/templates/dhcp/dhcpd.service
Executable file → Normal file
0
roles/network/templates/named/localdomain.zone
Executable file → Normal file
0
roles/network/templates/named/localdomain.zone
Executable file → Normal file
0
roles/network/templates/named/localhost.zone
Executable file → Normal file
0
roles/network/templates/named/localhost.zone
Executable file → Normal file
0
roles/network/templates/named/named
Executable file → Normal file
0
roles/network/templates/named/named
Executable file → Normal file
0
roles/network/templates/named/named-iiab.conf.j2
Executable file → Normal file
0
roles/network/templates/named/named-iiab.conf.j2
Executable file → Normal file
0
roles/network/templates/named/named.broadcast
Executable file → Normal file
0
roles/network/templates/named/named.broadcast
Executable file → Normal file
0
roles/network/templates/named/named.ip6.local
Executable file → Normal file
0
roles/network/templates/named/named.ip6.local
Executable file → Normal file
0
roles/network/templates/named/named.j2
Executable file → Normal file
0
roles/network/templates/named/named.j2
Executable file → Normal file
0
roles/network/templates/named/named.local
Executable file → Normal file
0
roles/network/templates/named/named.local
Executable file → Normal file
0
roles/network/templates/named/named.rfc1912.zones
Executable file → Normal file
0
roles/network/templates/named/named.rfc1912.zones
Executable file → Normal file
0
roles/network/templates/named/named.root
Executable file → Normal file
0
roles/network/templates/named/named.root
Executable file → Normal file
0
roles/network/templates/named/named.root.hints
Executable file → Normal file
0
roles/network/templates/named/named.root.hints
Executable file → Normal file
0
roles/network/templates/named/named.zero
Executable file → Normal file
0
roles/network/templates/named/named.zero
Executable file → Normal file
0
roles/network/templates/named/school.external.zone.db
Executable file → Normal file
0
roles/network/templates/named/school.external.zone.db
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.16.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.16.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.32.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.32.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.48.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.48.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.db
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.db
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/named/school.internal.zone.in-addr.db.j2
Executable file → Normal file
0
roles/network/templates/network/sysconfig.network.j2
Executable file → Normal file
0
roles/network/templates/network/sysconfig.network.j2
Executable file → Normal file
0
roles/network/templates/squid/iiab-httpcache.j2
Executable file → Normal file
0
roles/network/templates/squid/iiab-httpcache.j2
Executable file → Normal file
0
roles/network/templates/squid/squid-iiab.conf.j2
Executable file → Normal file
0
roles/network/templates/squid/squid-iiab.conf.j2
Executable file → Normal file
0
roles/network/templates/squid/squid.sysconfig
Executable file → Normal file
0
roles/network/templates/squid/squid.sysconfig
Executable file → Normal file
0
roles/network/templates/wondershaper/wondershaper.j2
Executable file → Normal file
0
roles/network/templates/wondershaper/wondershaper.j2
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue