Skip to content

Commit

Permalink
chore: Add template (#14)
Browse files Browse the repository at this point in the history
Add template
  • Loading branch information
nahsi authored Mar 8, 2024
1 parent 6039ea3 commit 030c2aa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions template/inventory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
all:
children:
servers:
hosts:
server-0:
ansible_host: "192.168.1.1"
ansible_port: 22
fluence_instance_id: "nox-0"
server-1:
ansible_host: "192.168.1.2"
ansible_port: 22
fluence_instance_id: "nox-0"

vars:
# Needs to be set according to the required version for the following components.
nox_version: "0.22.0"
ipfs_cli_version: "0.26.0"
ccp_version: "0.2.0"
# Needs to be set according to directory name inside files directory
fluence_project_dir: "<any_project_name>"
4 changes: 4 additions & 0 deletions template/nox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- hosts: "all"
become: true
roles:
- "fluencelabs.provider.nox"
1 change: 1 addition & 0 deletions template/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ansible==9.2.0
2 changes: 2 additions & 0 deletions template/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
collections:
- fluencelabs.provider

0 comments on commit 030c2aa

Please sign in to comment.