+ Playbook for simple echo's
+ Init play for gamma
This commit is contained in:
13
playbooks/gamma/init.yml
Normal file
13
playbooks/gamma/init.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user