add all group
This commit is contained in:
parent
3b06ed2c71
commit
55dffea83d
3 changed files with 10 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Installation
|
||||
|
||||
`ansible-pull -U http://git.klowner.com/mark/ansible-workstation`
|
|
@ -1,2 +1,5 @@
|
|||
[all]
|
||||
localhost
|
||||
|
||||
[base]
|
||||
hulder
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
---
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: determine hostname if this is running from archiso
|
||||
|
||||
- import_playbook: playbooks/install.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue