https://github.com/larsks/irc-example-muhaha
https://github.com/larsks/irc-example-muhaha
example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/larsks/irc-example-muhaha
- Owner: larsks
- Created: 2018-10-30T12:03:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T12:04:27.000Z (over 7 years ago)
- Last Synced: 2025-10-09T09:06:23.783Z (6 months ago)
- Topics: example
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running this playbook on the included [inventory](hosts) produces the
following output:
PLAY [localhost] ******************************************************************************
TASK [set_fact] *******************************************************************************
ok: [localhost]
TASK [debug] **********************************************************************************
ok: [localhost] => (item=[u'codec1', u'web1', u'db1']) => {
"msg": [
"codec1",
"web1",
"db1"
]
}
ok: [localhost] => (item=[u'codec2', u'web2', u'db2']) => {
"msg": [
"codec2",
"web2",
"db2"
]
}
ok: [localhost] => (item=[u'codec3', u'web3', u'db3']) => {
"msg": [
"codec3",
"web3",
"db3"
]
}
PLAY RECAP ************************************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0