Misc. collection of Ansible tasks/roles for my deploys
Find a file
2025-07-27 13:38:09 -05:00
host_vars host_vars: add cloud.bandwidth.rip VM on fsn 2025-07-27 13:24:40 -05:00
roles custom-facts: init 2025-07-27 13:28:23 -05:00
.gitignore gitignore: add backups, adjust inventories directory 2020-04-19 01:13:22 -05:00
.gitmodules remove ancient mitogen submodule 2023-08-30 20:53:16 -05:00
ansible.cfg ansible.cfg: +ssh_args, controls+no hostkeys 2025-07-27 09:50:05 -05:00
play.yml play: comments 2025-07-27 13:38:09 -05:00
README.md readme: remove useless output, add OSTree note 2023-08-30 20:51:33 -05:00
TODO initial commit 2019-02-25 21:49:51 -06:00

deploy_base

This playbook is used to test my misc. roles that I intend to use as a deployment framework.

Known issues

The package updates for atomic aren't idempotent. Some previous OSTree txn register a change, regardless of the actual activity.

Simply comment out the update-packages role in play.yml to avoid this, if desired. I don't use Atomic/OSTree based things. Support will likely be removed.