Compare commits

..

No commits in common. "152e7e381591436b4c846e605c7fe002ccb84e9f" and "028bde883ecf4e1235e0067055a0aa52ee5632be" have entirely different histories.

3 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos name: baseos
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.23 version: 1.0.22
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View File

@ -4,3 +4,4 @@ node_status_user : chris
node_status_group : chris node_status_group : chris
node_status_dir : /home/chris/node_status node_status_dir : /home/chris/node_status
node_status_file : status.csv node_status_file : status.csv
node_status_count : 3

View File

@ -29,4 +29,4 @@
owner : "{{ node_status_user }}" owner : "{{ node_status_user }}"
group : "{{ node_status_group }}" group : "{{ node_status_group }}"
delegate_to : "{{ node_status_host }}" delegate_to : "{{ node_status_host }}"
throttle : 1 loop: "{{ range(0, node_status_count) | list }}"