# HG changeset patch # User Luke Hoersten # Date 1547920331 21600 # Node ID 00a053c664a3e6ce944f0c4a8112197bc3f6ebcd # Parent 2cfe2fb975a8a848b3fda873c497e5dab8754a88 Removed my project-specific main.yaml. diff -r 2cfe2fb975a8 -r 00a053c664a3 main.yaml --- a/main.yaml Sat Jan 19 11:48:07 2019 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ ---- - -- name: setup python2 - hosts: all - gather_facts: no - tasks: - - name: install python2 - become: yes - raw: "apt-get install python -y" - - - name: set hostname in OS - become: yes - hostname: name="{{inventory_hostname}}" - - - name: change timezone to UTC - become: yes - timezone: name="UTC" - - - name: authorize ssh keys - authorized_key: - user: "ubuntu" - key: "https://github.com/LukeHoersten.keys" - -- hosts: pleroma - roles: - - role: pleroma - pleroma_user: "pleroma_haskell_social" - pleroma_link_host: "haskell.social" - pleroma_port: 4001 - -- hosts: pleroma - roles: - - role: pleroma - pleroma_user: "pleroma_nth_io" - pleroma_link_host: "nth.io" - pleroma_port: 4000 - pleroma_signup_open: "false"