We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0697282 commit 54e956aCopy full SHA for 54e956a
ansible/ansible.cfg ansible.cfg
@@ -1,5 +1,4 @@
1
[defaults]
2
-inventory = hosts.yaml
3
error_on_undefined_vars = false
4
timeout = 30
5
forks = 10
ansible/.gitignore
ansible/deploy.yaml
deploy.yaml
@@ -0,0 +1,21 @@
+---
+- name: Deploy Ceph
+ hosts: all
+ order: shuffle
+ gather_facts: true
6
+ roles:
7
+ - ceph
8
+
9
+- name: Deploy OVN
10
11
12
13
14
+ - ovn
15
16
+- name: Deploy incus
17
18
19
20
21
+ - incus
0 commit comments