diff options
| author | Luke Hoersten <[email protected]> | 2019-01-19 11:52:11 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-01-19 11:52:11 -0600 |
| commit | 4e5135743f1a8b9a387d57998e808bd09e0c6b1f (patch) | |
| tree | 0d4a488d716409d4b39c8fe1726b299bfadda1e7 | |
| parent | d13ab2a9b8b0794f018d5f52f486f36dddf63682 (diff) | |
Removed my project-specific main.yaml.
| -rw-r--r-- | main.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/main.yaml b/main.yaml deleted file mode 100644 index 81108fd..0000000 --- a/main.yaml +++ /dev/null @@ -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" |
