Can hosts be created dynamically? #2798
russellfeeed
started this conversation in
General
Replies: 4 comments 1 reply
-
Yes, just configure it outside of task. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. It gives a pimple error about 'output'. Could this be due to the writeln() call do you think? |
Beta Was this translation helpful? Give feedback.
1 reply
-
So finally got this working by replacing |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #2635 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions