mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #506 from holta/master
minor whitespace cleanup across 5+1 files
This commit is contained in:
commit
a622c2bf8e
6 changed files with 6 additions and 1 deletions
|
@ -85,6 +85,6 @@ if [ ! -f ./vars/local_vars.yml ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running local playbooks! "
|
echo "Running local playbooks!"
|
||||||
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
ansible -m setup -i $INVENTORY localhost --connection=local >> /dev/null
|
||||||
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
ansible-playbook -i $INVENTORY $PLAYBOOK ${ARGS} --connection=local
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Base Server
|
# Base Server
|
||||||
|
|
||||||
- name: ...IS BEGINNING =====================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Server Options
|
# Server Options
|
||||||
|
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ==================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# XO Services
|
# XO Services
|
||||||
|
|
||||||
- name: ...IS BEGINNING =====================================
|
- name: ...IS BEGINNING =====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Generic Apps
|
# Generic Apps
|
||||||
|
|
||||||
- name: ...IS BEGINNING ====================================
|
- name: ...IS BEGINNING ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Educational Apps
|
# Educational Apps
|
||||||
|
|
||||||
- name: ...IS BEGINNING ========================================
|
- name: ...IS BEGINNING ========================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue