Skip to content

Commit 1e0ed20

Browse files
committed
add mujina tag
1 parent 6878b30 commit 1e0ed20

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

environments/template/inventory

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,5 @@ storage
5151
dbcluster
5252
dbcluster_nodes
5353

54-
[app_php:children]
55-
lifecycle
56-
5754
[local]
5855
localhost ansible_connection=local

provision.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
- hosts: mujina
100100
become: true
101101
roles:
102-
- { role: mujina-idp, tags: ["mujina-idp"] }
103-
- { role: mujina-sp, tags: ["mujina-sp"] }
102+
- { role: mujina-idp, tags: ["mujina-idp", "mujina"] }
103+
- { role: mujina-sp, tags: ["mujina-sp", "mujina"] }
104104

105105
- hosts: docker_apps1
106106
become: true

0 commit comments

Comments
 (0)