Skip to content

Commit

Permalink
rewrite central deploy playbook and ansible config for new structure
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Katharina Brechtel <[email protected]>
  • Loading branch information
mkbrechtel committed May 18, 2024
1 parent 0697282 commit 54e956a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
1 change: 0 additions & 1 deletion ansible/ansible.cfg → ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[defaults]
inventory = hosts.yaml
error_on_undefined_vars = false
timeout = 30
forks = 10
Expand Down
2 changes: 0 additions & 2 deletions ansible/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions ansible/deploy.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
- name: Deploy Ceph
hosts: all
order: shuffle
gather_facts: true
roles:
- ceph

- name: Deploy OVN
hosts: all
order: shuffle
gather_facts: true
roles:
- ovn

- name: Deploy incus
hosts: all
order: shuffle
gather_facts: true
roles:
- incus

0 comments on commit 54e956a

Please sign in to comment.