diff --git a/hosts b/hosts index 48e148f..533c237 100644 --- a/hosts +++ b/hosts @@ -1,3 +1 @@ -cloverfield ansible_host=192.168.1.153 -clovermine ansible_host=192.168.1.154 -clovermill ansible_host=192.168.1.149 +localhost ansible_connection=local diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..a44eb5e --- /dev/null +++ b/local.yml @@ -0,0 +1,7 @@ +--- +- name: Raspberry Pi self configuration + hosts: localhost + user: root + connection: local + roles: + - common diff --git a/site.yml b/site.yml deleted file mode 100644 index 48485e3..0000000 --- a/site.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- hosts: all - roles: - - role: common