infra/playbooks/gamma/init.yml
shockrah c389cfb220 + Playbook for simple echo's
+ Init play for gamma
2021-11-26 22:01:25 -08:00

14 lines
253 B
YAML

# This server is going to have to server as an ansible host
#
---
- hosts: gamma
remote_user: ubuntu
become: yes
become_method: sudo
tasks:
- name: Update system packages to latest
apt:
update_cache: yes
upgrade: full