This commit is contained in:
jaydee
2022-12-14 02:23:34 +01:00
parent fdcd79983a
commit 7385b59c72
43 changed files with 1729 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- hosts: datacenter
become: true
tasks:
- debug:
msg: play1
- name: Upgrade system
import_playbook: 00_apt_upgrade.yml
- name: Install docker
import_playbook: 05_install_docker.yml
- name: Install apparmor
import_playbook: 10_install_apparmor.yml