]> git.phdru.name Git - ansible.git/history - playbooks/debian/roles/apache
Feat: Improve task names
[ansible.git] / playbooks / debian / roles / apache /
2019-08-29 Oleg BroytmanFeat(apt): Add option `cache_valid_time: 3600`
2019-08-29 Oleg BroytmanFeat(apt): Remove option `purge`
2019-08-04 Oleg BroytmanFix: Set `directory_mode` for recursive copying
2019-07-31 Oleg BroytmanFix(apache): Remove mentions of me
2019-07-31 Oleg BroytmanFeat(apache): Setup default host
2019-07-31 Oleg BroytmanFeat: Add `init-logcheck`
2019-07-30 Oleg BroytmanRefactor: Join tasks into blocks to factor out conditions
2019-07-30 Oleg BroytmanFix(apache): Add dummy `ServerName` to start `Apache`
2019-07-29 Oleg BroytmanFeat: Add `changed_when`
2019-07-29 Oleg BroytmanFeat: Gather facts and use default IPv4 address
2019-07-29 Oleg BroytmanFix: Become root to reload services
2019-07-29 Oleg BroytmanFeat(apache): Init system before installing apache
2019-07-28 Oleg BroytmanFix conditions
2019-07-28 Oleg BroytmanFeat: Declare dependencies between roles
2019-07-27 Oleg BroytmanFeat: Use module `stat` instead of command `test`
2019-07-25 Oleg BroytmanFeat(apache): Configure logrotate
2019-07-24 Oleg BroytmanFeat(apache): Install and configure Apache; add a virtu...