configpolicy/roles
Dustin 4deb17be94 roles/freeradius: Optimize defaults cleanup
Using `state=absent` with the `file` module in a `with_items` loop to
delete the "default" module and site configuration files and the example
certificates is incredibly slow. Especially on the Raspberry Pi, it can
take several minutes to apply this role, even when there are no changes
to make. Using the `command` module and running `rm` to remove these
files, while not as idempotent, is significantly faster. The main
drawback is that each item in the list is not checked, so new items to
remove have to be added to the end of the list instead of in
alphabetical order.
2018-05-06 18:39:39 -05:00
..
ansible/tasks roles/ansible: Install python-netaddr 2018-04-08 12:33:54 -05:00
apache roles/apache: Role to deploy Apache HTTPD 2018-04-14 15:21:15 -05:00
base roles/base: Basic config management support 2018-01-29 15:02:10 -06:00
dch-gw roles/dch-gw: Explicitly accept forwarded ports 2018-04-06 20:13:03 -05:00
dhcpcd dhcpd: Install and configure ISC DHCPD 2018-03-27 20:44:43 -05:00
dhcpd roles/dhcpd: Allow disabling DDNS per-subnet 2018-05-06 13:38:15 -05:00
freeradius roles/freeradius: Optimize defaults cleanup 2018-05-06 18:39:39 -05:00
hostname hostname: Also write /etc/hosts 2018-04-08 10:11:43 -05:00
jenkins-slave roles/jenkins-slave: Prepare host for Jenkins 2018-04-08 11:59:18 -05:00
kerberos roles/kerberos: Configure mit-krb5 2018-01-29 15:05:51 -06:00
named roles/named: Support global forwarders 2018-04-06 20:11:08 -05:00
nftables roles/nftables: Basic nftables configuration 2018-03-27 20:44:43 -05:00
nsswitch roles/nsswitch: Configure glibc name service 2018-03-11 18:16:17 -05:00
ntpd ntp: Initial PB and role to set up ntpd 2018-04-22 11:19:22 -05:00
postfix roles/postfix: Deploy Postfix MTA 2018-04-15 11:37:25 -05:00
postgresql-server roles/postgresql-server: Deploy PostgreSQL 2018-04-14 15:23:44 -05:00
radvd roles/radvd: Support multiple prefixes per network 2018-04-06 20:16:02 -05:00
rhel-network roles/rhel-network: Add static route support 2018-03-27 20:44:43 -05:00
samba roles/samba: Basic Samba configuration 2018-03-11 18:16:17 -05:00
samba-dc roles/samba-dc: Fix typo in host principal name 2018-04-08 10:50:51 -05:00
ssh-hostkeys ssh-hostkeys: Add keys for smtp0.p.b 2018-04-15 11:42:24 -05:00
sudo roles/sudo: Configure sudo and policy 2018-03-11 18:16:17 -05:00
system-auth roles/system-auth: Configure PAM system authentication 2018-03-11 18:16:17 -05:00
winbind roles/winbind: Use ad idmap backend 2018-04-08 14:40:04 -05:00
zabbix-agent roles/zabbix-agent: Use variable for Include 2018-04-14 16:22:48 -05:00
zabbix-server roles/zabbix-server: Deploy Zabbix server, web UI 2018-04-14 15:26:54 -05:00