Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.46 KB

➤ ansible_pull

ansible-lint

➤ Functions

  • Install Default Packages:
  • Create Default User (michel) w/ Password
  • Configure default terminal environment
    • .bashrc and .bash_aliases files copied to localhost.
  • Onboard Host to NetData
  • Set up Unattended Upgrades via unattended-upgrades
    • All OS packages updated, plus ProxMox and Docker.
  • Set up Email Notifications via Postfix
    • Notifications sent to Pushover via email.
  • Enable regular ansible syncs via Cron
    • Ansible pull command is run every 6 hours and executed if repository has been changed.
  • Install and enable Tailscale w/ SSH

➤ Requirements

  • ansible
  • git

➤ Installation

apt install ansible -y
apt install git -y
sudo ansible-pull -U https://github.com/MichelfrancisBustillos/ansible_pull.git