main.yaml
changeset 68 6024861525db
parent 67 bd34ae082697
child 69 be979818d483
equal deleted inserted replaced
67:bd34ae082697 68:6024861525db
    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 - hosts: pleroma-01
    19 - hosts: pleroma
    20   roles:
    20   roles:
    21     - role: pleroma
    21     - role: pleroma
    22       pleroma_host: "haskell.social"
    22       pleroma_host: "haskell.social"
    23       pleroma_user: "pleroma_haskell_social"
    23       pleroma_user: "pleroma_haskell_social"
    24       pleroma_port: 4000
    24       pleroma_port: 4001
    25 
    25 
    26     - role: pleroma
    26     - role: pleroma
    27       pleroma_host: "nth.io"
    27       pleroma_host: "nth.io"
    28       pleroma_user: "pleroma_nth_io"
    28       pleroma_user: "pleroma_nth_io"
    29       pleroma_port: 4001
    29       pleroma_port: 4000
    30 
    30 
    31 
    31 
    32 # - hosts: haskell.social
    32 # - hosts: haskell.social
    33 #   roles:
    33 #   roles:
    34 #     - nginx
    34 #     - nginx