Skip to content
Snippets Groups Projects
Select Git revision
  • 55b6356eebb06909489b0e8e60a385e3b8ed988f
  • master default
2 results

main.yml

Blame
    • nimrod's avatar
      55b6356e
      - Updated README, TODO list. · 55b6356e
      nimrod authored
      - Depend on common and Nginx roles (WIP).
      - Use the admin account from the MySQL role (WIP).
      - Always use HTTPS (WIP), removed force_https variable.
      55b6356e
      History
      - Updated README, TODO list.
      nimrod authored
      - Depend on common and Nginx roles (WIP).
      - Use the admin account from the MySQL role (WIP).
      - Always use HTTPS (WIP), removed force_https variable.
    Gemfile 145 B
    source "https://rubygems.org"
    gem 'bundler'
    gem 'rubocop'
    
    source "https://rubygems.pkg.github.com/smile-io" do
        gem "smile-cli", "0.6.8"
    end