- 
                Notifications
    
You must be signed in to change notification settings  - Fork 75
 
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-0Sync ansible inventory file on backend-0-0
 - 
stack sync ansible a:backendSync ansible inventory file to all backends.
 - 
stack sync host ansibleGiving 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.