Ansible role for my personal basic host setup
Ansible Galaxy can be used to install the role:
ansible-galaxy install git+https://github.com/hobointhecorner/Hobo.Ansible.Common.git[,<branch or commit hash>]
From inside your playbook roles directory:
git submodule add [-b <branch or tag>] https://github.com/hobointhecorner/Hobo.Ansible.Common.git
Name | Type | Required | Default | Desctiption |
---|---|---|---|---|
time_zone | string | No | One of these timezone database names | |
upgrade_software | bool | No | false | Upgrade APT packages |
auto_upgrade | bool | No | false | Create an automatic apt upgrade cron job |
python3_defualt_interpreter | bool | No | true | Set python3 as the default interpreter when python is called |