diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml new file mode 100644 index 0000000..138bc98 --- /dev/null +++ b/ansible/bootstrap.yml @@ -0,0 +1,11 @@ +--- +- name: Bootstrap Python support for Ansible + gather_facts: False + hosts: all + roles: + - infra-role-bootstrap/raw + +- name: Bootstrap admin accounts and Consul + hosts: all + roles: + - infra-role-bootstrap