Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created March 14, 2019 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehelms/8097fc31e02cf8c9390e6aa75180215b to your computer and use it in GitHub Desktop.
Save ehelms/8097fc31e02cf8c9390e6aa75180215b to your computer and use it in GitHub Desktop.
facts: [
{
name: 'configuration.services',
state: 'SAME',
items: [
{
'name': 'NetworkManager.service',
'state': 'SAME',
'systems': [
{
id: '9c79efcc-8f9a-47c7-b0f2-142ff52e89e9', value: 'enabled'
},
{
id: 'f35b1e1d-d231-43f2-8e4f-8f9cb01e3aa2', value: 'enabled'
}
]
},
{
'name': 'postgres.service',
'state': 'DIFF',
'systems': [
{
id: '9c79efcc-8f9a-47c7-b0f2-142ff52e89e9', value: 'enabled'
},
{
id: 'f35b1e1d-d231-43f2-8e4f-8f9cb01e3aa2', value: 'disabled'
}
]
}
]
},
{
name: 'display_name',
state: 'SAME',
systems: [
{
id: '9c79efcc-8f9a-47c7-b0f2-142ff52e89e9', value: 'PC-NAME'
},
{
id: 'f35b1e1d-d231-43f2-8e4f-8f9cb01e3aa2', value: 'PC-NAME'
}
]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment