Using Ansible to provision remote servers
Install Ansible python3 -m pip install --user ansible ansible --version Structure . ├── ansible.cfg ├── inventory │ └── my-cluster │ ├── group_vars │ │ └── all.yml │ └── hos...
Install Ansible python3 -m pip install --user ansible ansible --version Structure . ├── ansible.cfg ├── inventory │ └── my-cluster │ ├── group_vars │ │ └── all.yml │ └── hos...
Installing Packer Add the HashiCorp GPG key. curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - Add the official HashiCorp Linux repository. sudo apt-add-repository "deb [arch=...
Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data display...