mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
init
This commit is contained in:
16
playbooks/98_complete_install.yml
Normal file
16
playbooks/98_complete_install.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user