aboutsummaryrefslogtreecommitdiff
path: root/install.yaml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-09-10 13:13:53 -0500
committerAaditya Dhruv <[email protected]>2023-09-10 13:13:53 -0500
commite3b667abbdfa192ad9baeb44a28a57ff1346b498 (patch)
treeab2db3bb7511c3f3120ad029f37672366cf04ddd /install.yaml
parent2c4e604049ef625049d1fbb6ad241dffea800bea (diff)
Update install.yaml and config.yaml with system role config
New flags are added in config.yaml to manage the system level configuration
Diffstat (limited to 'install.yaml')
-rw-r--r--install.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.yaml b/install.yaml
index 3273901..5177032 100644
--- a/install.yaml
+++ b/install.yaml
@@ -13,3 +13,6 @@
- name: Configs Setup
include_role:
name: "src/config"
+ - name: System setup
+ include_role:
+ name: "src/system"