index
:
ansible01
master
Scrubbed work from my first ansible environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roles
/
sudo
/
main.yml
blob: 430c3874a364638497055ce30e42c766549810aa (
plain
)
1
2
3
4
5
6
--- -
hosts:
all
vars_files:
-
vars
/default.yml
tasks:
-
include:
tasks
/main.yml
bgstack15