mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
908836cd2e
commit
4b330b42b4
@ -5,25 +5,47 @@
|
||||
- steps | int > 1
|
||||
- name: Initial
|
||||
import_playbook: 00_initial_adjustments.yml
|
||||
when:
|
||||
- steps | int > 2
|
||||
- name: Apt update
|
||||
import_playbook: 00_apt_upgrade.yml
|
||||
when:
|
||||
- steps | int > 3
|
||||
- name: Check for reboot
|
||||
import_playbook: 00_check_for_reboot.yml
|
||||
when:
|
||||
- steps | int > 4
|
||||
- name: Activate display
|
||||
import_playbook: 00_setup_display.yml
|
||||
when:
|
||||
- steps | int > 5
|
||||
- name: Install LDAP
|
||||
import_playbook: 00_install_ldap_client.yml
|
||||
when:
|
||||
- steps | int > 6
|
||||
- name: Install Docker
|
||||
import_playbook: 05_install_docker.yml
|
||||
when:
|
||||
- steps | int > 7
|
||||
- name: Install apparmor
|
||||
import_playbook: 10_install_apparmor.yml
|
||||
when:
|
||||
- steps | int > 8
|
||||
- name: Change logo
|
||||
import_playbook: 80_change_logo.yml
|
||||
when:
|
||||
- steps | int > 9
|
||||
- name: Install k3s
|
||||
import_playbook: 70_install_k3s.yml
|
||||
when:
|
||||
- steps | int > 10
|
||||
- name: Install worker
|
||||
import_playbook: 72_install_k3s_worker.yml
|
||||
when:
|
||||
- steps | int > 11
|
||||
- name: Install zabbix agent
|
||||
import_playbook: 00_install_zabbix_agent.yml
|
||||
when:
|
||||
- steps | int > 12
|
||||
- name: Reboot All
|
||||
import_playbook: 11_reboot.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user