diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index b39ce20..4327fec 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -33,6 +33,8 @@ git_user_email: robert@meinit.nl git_repository_destination: /home/robertdb/Documents/github.com/robertdebock git_repositories: + - repo: ssh://git@github.com/robertdebock/ansible-role-alternatives.git + dest: ansible-role-alternatives - repo: ssh://git@github.com/robertdebock/ansible-role-anaconda.git dest: ansible-role-anaconda - repo: ssh://git@github.com/robertdebock/ansible-role-ansible.git @@ -85,6 +87,8 @@ git_repositories: dest: ansible-role-docker_ce - repo: ssh://git@github.com/robertdebock/ansible-role-dovecot.git dest: ansible-role-dovecot + - repo: ssh://git@github.com/robertdebock/ansible-role-environment.git + dest: ansible-role-environment - repo: ssh://git@github.com/robertdebock/ansible-role-epel.git dest: ansible-role-epel - repo: ssh://git@github.com/robertdebock/ansible-role-etherpad.git diff --git a/inventory/hosts b/inventory/hosts index da91247..c110f98 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1 +1,2 @@ #fedora-s-1vcpu-2gb-fra1-01 ansible_host=167.99.141.134 +ubuntu-s-2vcpu-4gb-nyc1-01 ansible_host=206.189.178.203 ansible_user=root