Go to file
2024-07-23 12:34:07 +00:00
defaults Update defaults/main.yml 2024-07-23 12:34:07 +00:00
meta initial role commit 2024-04-27 01:33:31 +00:00
tasks initial role commit 2024-04-27 01:33:31 +00:00
.gitignore initial role commit 2024-04-27 01:33:31 +00:00
LICENSE initial role commit 2024-04-27 01:33:31 +00:00
README.md initial role commit 2024-04-27 01:33:31 +00:00

ansible-roles-so

A simple role to assist with the initial setup of stack orchestrator

Task Configuration

- name: Setup stack orchestrator
  hosts: somehost
  become: true
  roles:
    - role: so

Deployment

ansible-playbook -i hosts site.yml --tags=so --limit=somehost