]> git.phdru.name Git - ansible.git/log
ansible.git
4 years agoFix(run-playbook): Pass all arguments
Oleg Broytman [Sun, 14 Jul 2019 03:04:53 +0000 (06:04 +0300)]
Fix(run-playbook): Pass all arguments

Pass all command line parameters to `ansible-playbook`.

4 years agoFix(monthly-truncate-logs): Use YAML syntax instead of `=`
Oleg Broytman [Sun, 14 Jul 2019 03:02:57 +0000 (06:02 +0300)]
Fix(monthly-truncate-logs): Use YAML syntax instead of `=`

4 years agoFeat(adjtimex): Add a playbook to run `adjtimex.sh`
Oleg Broytman [Fri, 12 Jul 2019 22:27:07 +0000 (01:27 +0300)]
Feat(adjtimex): Add a playbook to run `adjtimex.sh`

4 years agoFeat(run-playbook): Run any playbook from the command line
Oleg Broytman [Fri, 12 Jul 2019 22:23:33 +0000 (01:23 +0300)]
Feat(run-playbook): Run any playbook from the command line

Rename debian-update-all-apt.sh -> run-playbook.

4 years agoFeat(debian-init-user-phd): Create groups
Oleg Broytman [Fri, 12 Jul 2019 00:14:18 +0000 (03:14 +0300)]
Feat(debian-init-user-phd): Create groups

4 years agoFix(debian-init-user-phd): Fix YAML syntax
Oleg Broytman [Fri, 12 Jul 2019 00:13:47 +0000 (03:13 +0300)]
Fix(debian-init-user-phd): Fix YAML syntax

4 years agoFix(debian-init-user-phd): Fix file mode
Oleg Broytman [Thu, 11 Jul 2019 23:31:30 +0000 (02:31 +0300)]
Fix(debian-init-user-phd): Fix file mode

Not executable, please.

4 years agoFeat(debian-init-user-phd): Use dynamic list of hosts
Oleg Broytman [Thu, 11 Jul 2019 23:29:49 +0000 (02:29 +0300)]
Feat(debian-init-user-phd): Use dynamic list of hosts

Default list is `servers`.

4 years agoAdd debian-update-all-apt.sh
Oleg Broytman [Thu, 11 Jul 2019 16:37:26 +0000 (19:37 +0300)]
Add debian-update-all-apt.sh

4 years agoFeat(inventory): Add group `localnet`
Oleg Broytman [Fri, 5 Jul 2019 17:21:46 +0000 (20:21 +0300)]
Feat(inventory): Add group `localnet`

4 years agoFeat(inventory): Canonicalize hostname `home`
Oleg Broytman [Fri, 5 Jul 2019 17:20:41 +0000 (20:20 +0300)]
Feat(inventory): Canonicalize hostname `home`

4 years agoFeat: Truncate Linux logs monthly
Oleg Broytman [Tue, 2 Jul 2019 13:10:12 +0000 (16:10 +0300)]
Feat: Truncate Linux logs monthly

Add monthly-truncate-logs.yml playbook.

4 years agoFeat(debian-update-all-apt): Update all packages
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.

4 years agoFeat(debian-update-all-apt): Use dynamic list of hosts
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`.

4 years agoRefactor debian-update-all-apt.yml: `name`
Oleg Broytman [Tue, 25 Jun 2019 15:55:44 +0000 (18:55 +0300)]
Refactor debian-update-all-apt.yml: `name`

4 years agoSpeedup debian-init-user-phd.yml by not gathering facts
Oleg Broytman [Tue, 25 Jun 2019 15:55:03 +0000 (18:55 +0300)]
Speedup debian-init-user-phd.yml by not gathering facts

4 years agoUser `phd` playbook: Update groups
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

4 years agoAdd a playbook to init user `phd`
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.

4 years agoAdd a playbook to update debian systems using apt
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`.

4 years agoInventory: Add servers
Oleg Broytman [Sun, 16 Jun 2019 13:48:04 +0000 (16:48 +0300)]
Inventory: Add servers

4 years agoInventory: Add localhost
Oleg Broytman [Sun, 16 Jun 2019 13:47:42 +0000 (16:47 +0300)]
Inventory: Add localhost