Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.11 KB

Hobo.Ansible.Common

Ansible role for my personal basic host setup

Install Role

Ansible Galaxy

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>]

Git submodule

From inside your playbook roles directory: git submodule add [-b <branch or tag>] https://github.com/hobointhecorner/Hobo.Ansible.Common.git

Variables

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