]>
git.phdru.name Git - ansible.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Oleg Broytman [Tue, 2 Jul 2019 13:10:12 +0000 (16:10 +0300)]
Feat: Truncate Linux logs monthly
Add monthly-truncate-logs.yml playbook.
Oleg Broytman [Fri, 28 Jun 2019 22:23:45 +0000 (01:23 +0300)]
Feat(debian-update-all-apt): Update all packages
Update all installed packages to the latest state.
Oleg Broytman [Fri, 28 Jun 2019 22:21:29 +0000 (01:21 +0300)]
Feat(debian-update-all-apt): Use dynamic list of hosts
Pass the list of hosts from the command line:
`ansible-playbook -e hosts=localhost -v debian-update-all-apt.yml`
Default is `all`.
Oleg Broytman [Tue, 25 Jun 2019 15:55:44 +0000 (18:55 +0300)]
Refactor debian-update-all-apt.yml: `name`
Oleg Broytman [Tue, 25 Jun 2019 15:55:03 +0000 (18:55 +0300)]
Speedup debian-init-user-phd.yml by not gathering facts
Oleg Broytman [Fri, 21 Jun 2019 15:43:10 +0000 (18:43 +0300)]
User `phd` playbook: Update groups
Set different groups for localhost and servers
Oleg Broytman [Tue, 18 Jun 2019 00:10:28 +0000 (03:10 +0300)]
Add a playbook to init user `phd`
Add user `phd`, copy its public ssh key.
Oleg Broytman [Sun, 16 Jun 2019 15:23:02 +0000 (18:23 +0300)]
Add a playbook to update debian systems using apt
Add `playbooks/debian-update-all-apt.yml`.
Oleg Broytman [Sun, 16 Jun 2019 13:48:04 +0000 (16:48 +0300)]
Inventory: Add servers
Oleg Broytman [Sun, 16 Jun 2019 13:47:42 +0000 (16:47 +0300)]
Inventory: Add localhost