forked from davestephens/ansible-nas
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2008a21
commit 4effac5
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## ._____. .__ | ||
## _____ ____ _____|__\_ |__ | | ____ ____ _____ ______ | ||
## \__ \ / \ / ___/ || __ \| | _/ __ \ ______ / \\__ \ / ___/ | ||
## / __ \| | \\___ \| || \_\ \ |_\ ___/ /_____/ | | \/ __ \_\___ \ | ||
## (____ /___| /____ >__||___ /____/\___ > |___| (____ /____ > | ||
## \/ \/ \/ \/ \/ \/ \/ \/ | ||
## a n s i b l e - n a s https://github.com/davestephens/ansible-nas | ||
|
||
# Add your all.yml config overrides to this file. See group_vars/all.yml for all possible settings. | ||
|
||
# Example options | ||
ansible_nas_hostname: ansible-nas-test | ||
ansible_nas_timezone: Europe/London | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## ._____. .__ | ||
## _____ ____ _____|__\_ |__ | | ____ ____ _____ ______ | ||
## \__ \ / \ / ___/ || __ \| | _/ __ \ ______ / \\__ \ / ___/ | ||
## / __ \| | \\___ \| || \_\ \ |_\ ___/ /_____/ | | \/ __ \_\___ \ | ||
## (____ /___| /____ >__||___ /____/\___ > |___| (____ /____ > | ||
## \/ \/ \/ \/ \/ \/ \/ \/ | ||
## a n s i b l e - n a s https://github.com/davestephens/ansible-nas | ||
|
||
|
||
[all] | ||
ansible-nas ansible_connection=local ansible_host=localhost | ||
|
||
[nas] | ||
ansible-nas |