Can hosts be created dynamically? #2798
russellfeeed
started this conversation in
General
Replies: 4 comments 1 reply
|
Yes, just configure it outside of task. |
0 replies
|
Thanks. It gives a pimple error about 'output'. Could this be due to the writeln() call do you think? |
1 reply
|
So finally got this working by replacing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
My hosting provider has an APi which allows me to pull a listy of all hosts and applications,
Can I call host() iteratively to dynamicall create all the hosts?
I currently have something like this, which works if I call it from a task, but will not work called outside of a task
All reactions