-
Notifications
You must be signed in to change notification settings - Fork 74
sync host ansible
Chris Ladd edited this page Oct 11, 2019
·
1 revision
stack sync host ansible [attribute=string]
Sync a an ansible inventory to nodes.
Syncs the same file to every node in
/etc/ansible/hosts.
-
{attribute=string}
A shell syntax glob pattern to specify attributes to be sent to the report generator.
Create group targets in the ini file.
-
stack sync ansible backend-0-0
Sync ansible inventory file on backend-0-0
-
stack sync ansible a:backend
Sync ansible inventory file to all backends.
-
stack sync host ansible
Giving no hostname or regex will sync to all backend nodes by default.
-
stack sync ansible backend-0-[0-2]
Using regex, sync inventory file on backend-0-0 backend-0-1, and backend-0-2.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.