diff --git a/README.md b/README.md new file mode 100644 index 0000000..ce0ffa0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Installation + +`ansible-pull -U http://git.klowner.com/mark/ansible-workstation` diff --git a/inventory/hosts b/inventory/hosts index 072ebf5..2b73d7f 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,2 +1,5 @@ +[all] +localhost + [base] hulder diff --git a/local.yml b/local.yml index 1aa4698..ba4e743 100644 --- a/local.yml +++ b/local.yml @@ -1,2 +1,6 @@ --- +- hosts: all + tasks: + - name: determine hostname if this is running from archiso + - import_playbook: playbooks/install.yaml