mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Wire Ubuntu server profile into playbook
This commit is contained in:
@@ -1 +1,2 @@
|
||||
# server profile variables
|
||||
---
|
||||
profile_packages: []
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
# prometheus specific variables
|
||||
---
|
||||
hostname: prometheus
|
||||
|
||||
host_packages: []
|
||||
host_enabled_services: []
|
||||
|
||||
@@ -1 +1 @@
|
||||
# server profile tasks
|
||||
---
|
||||
|
||||
@@ -26,3 +26,11 @@
|
||||
- packages_ubuntu
|
||||
- services_systemd
|
||||
- profile_workstation_gnome
|
||||
|
||||
- hosts: ubuntu_server
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- packages_ubuntu
|
||||
- services_systemd
|
||||
- profile_server
|
||||
|
||||
Reference in New Issue
Block a user