File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : Converge
3
+ hosts : all
4
+ tasks :
5
+ - name : " Include ansible-ipfs-cluster"
6
+ vars :
7
+ ipfs_enable : true
8
+ ipfs_peer_id : " 123"
9
+ ipfs_private_key : " private-key-123"
10
+ ipfs_cluster_enable : true
11
+ ipfs_cluster_id : " 456"
12
+ ipfs_cluster_private_key : " cluster-private-key-456"
13
+ ipfs_cluster_peer_addr : " cluster-peer-addr"
14
+ include_role :
15
+ name : " ansible-ipfs-cluster"
Original file line number Diff line number Diff line change
1
+ ---
2
+ dependency :
3
+ name : galaxy
4
+ driver :
5
+ name : docker
6
+ platforms :
7
+ - name : instance
8
+ image : docker.io/pycontribs/centos:8
9
+ pre_build_image : true
10
+ provisioner :
11
+ name : ansible
12
+ verifier :
13
+ name : ansible
Original file line number Diff line number Diff line change
1
+ ---
2
+ # This is an example playbook to execute Ansible tests.
3
+
4
+ - name : Verify
5
+ hosts : all
6
+ gather_facts : false
7
+ tasks :
8
+ - name : Example assertion
9
+ assert :
10
+ that : true
You can’t perform that action at this time.
0 commit comments