[gettor/master] Update recipes with hosts

commit 98addd6879e735b756501f6b846bbf0fb2df8232 Author: hiro <hiro@torproject.org> Date: Sat Aug 31 12:45:50 2019 +0200 Update recipes with hosts --- inventories/hosts | 2 ++ playbooks/update.yml | 11 +++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/inventories/hosts b/inventories/hosts new file mode 100644 index 0000000..bff032f --- /dev/null +++ b/inventories/hosts @@ -0,0 +1,2 @@ +[gettor] +getulum.torproject.org ansible_connection=local diff --git a/playbooks/update.yml b/playbooks/update.yml index ebb2417..4dbce74 100644 --- a/playbooks/update.yml +++ b/playbooks/update.yml @@ -1,4 +1,7 @@ -tasks: - - import_role: - name: gettor - tags: gettor +--- +- hosts: + - gitlab + tasks: + - import_role: + name: gettor + tags: gettor
participants (1)
-
hiro@torproject.org