mattdavis0351/Create Packet Device
Create a new device within a project on Packet.com
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| API_key | Packet.com API authorization token | yes | No key supplied |
| project_name | Name of project to create device in | yes | default |
| host_name | Desired host name for new device | yes | GitHub Actions Host |
| plan | Desired server type for device | yes | default |
| facility | Geographical location for device | yes | default |
| operating_system | Desired operating system for device | yes | default |
| user_ssh_keys | SSH keys for any user account you wish to add to device | no | — |
| project_ssh_keys | Project level SSH keys for device | no | — |
Outputs
| name | description |
|---|---|
| ip_addresses | IP addresses of newly created device |
| device_id | ID of the newly created device |