main.yaml
changeset 69 be979818d483
parent 68 6024861525db
equal deleted inserted replaced
68:6024861525db 69:be979818d483
    14 
    14 
    15     - name: change timezone to UTC
    15     - name: change timezone to UTC
    16       become: yes
    16       become: yes
    17       timezone: name="UTC"
    17       timezone: name="UTC"
    18 
    18 
       
    19     - name: authorize ssh keys
       
    20       authorized_key:
       
    21         user: "ubuntu"
       
    22         key: "https://github.com/LukeHoersten.keys"
       
    23 
    19 - hosts: pleroma
    24 - hosts: pleroma
    20   roles:
    25   roles:
    21     - role: pleroma
    26     - role: pleroma
    22       pleroma_host: "haskell.social"
       
    23       pleroma_user: "pleroma_haskell_social"
    27       pleroma_user: "pleroma_haskell_social"
       
    28       pleroma_link_host: "haskell.social"
    24       pleroma_port: 4001
    29       pleroma_port: 4001
    25 
    30 
       
    31 - hosts: pleroma
       
    32   roles:
    26     - role: pleroma
    33     - role: pleroma
    27       pleroma_host: "nth.io"
       
    28       pleroma_user: "pleroma_nth_io"
    34       pleroma_user: "pleroma_nth_io"
       
    35       pleroma_link_host: "nth.io"
    29       pleroma_port: 4000
    36       pleroma_port: 4000
    30 
    37       pleroma_signup_open: "false"
    31 
       
    32 # - hosts: haskell.social
       
    33 #   roles:
       
    34 #     - nginx
       
    35 #     - pleroma
       
    36 
       
    37 # - hosts: nth.io
       
    38 #   roles:
       
    39 #     - nginx
       
    40 #     - pleroma