diff --git a/.github/workflows/collection-release.yaml b/.github/workflows/collection-release.yaml index 79af19158..b5f816c72 100644 --- a/.github/workflows/collection-release.yaml +++ b/.github/workflows/collection-release.yaml @@ -29,11 +29,11 @@ jobs: - name: Set up system uses: ./.manala/github/system/setup - - name: Retrieve version from galaxy.yml + - name: Retrieve version from galaxy.yaml id: get_version uses: CumulusDS/get-yaml-paths-action@v1.0.1 with: - file: ./galaxy.yml + file: ./galaxy.yaml version: version - name: Build Collection @@ -76,11 +76,11 @@ jobs: - name: Set up system uses: ./.manala/github/system/setup - - name: Retrieve version from galaxy.yml + - name: Retrieve version from galaxy.yaml id: get_version uses: CumulusDS/get-yaml-paths-action@v1.0.1 with: - file: ./galaxy.yml + file: ./galaxy.yaml version: version - name: Retrieve collection build from artifact @@ -112,11 +112,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Retrieve version from galaxy.yml + - name: Retrieve version from galaxy.yaml id: get_version uses: CumulusDS/get-yaml-paths-action@v1.0.1 with: - file: ./galaxy.yml + file: ./galaxy.yaml version: version - name: Get Changelog Entry diff --git a/.github/workflows/molecule.accounts.yaml b/.github/workflows/molecule.accounts.yaml index 80ac06c4e..b9d74259a 100644 --- a/.github/workflows/molecule.accounts.yaml +++ b/.github/workflows/molecule.accounts.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.accounts.yml + - .github/workflows/molecule.accounts.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/accounts/** diff --git a/.github/workflows/molecule.alternatives.yaml b/.github/workflows/molecule.alternatives.yaml index 1e36f3ea9..6a265ea2b 100644 --- a/.github/workflows/molecule.alternatives.yaml +++ b/.github/workflows/molecule.alternatives.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.alternatives.yml + - .github/workflows/molecule.alternatives.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/alternatives/** diff --git a/.github/workflows/molecule.ansible.yaml b/.github/workflows/molecule.ansible.yaml index f46871034..34e81470e 100644 --- a/.github/workflows/molecule.ansible.yaml +++ b/.github/workflows/molecule.ansible.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ansible.yml + - .github/workflows/molecule.ansible.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ansible/** diff --git a/.github/workflows/molecule.ansible_galaxy.yaml b/.github/workflows/molecule.ansible_galaxy.yaml index 2ab1bfab2..fbcba1221 100644 --- a/.github/workflows/molecule.ansible_galaxy.yaml +++ b/.github/workflows/molecule.ansible_galaxy.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ansible_galaxy.yml + - .github/workflows/molecule.ansible_galaxy.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ansible_galaxy/** diff --git a/.github/workflows/molecule.apparmor.yaml b/.github/workflows/molecule.apparmor.yaml index 9132a8913..754ff7976 100644 --- a/.github/workflows/molecule.apparmor.yaml +++ b/.github/workflows/molecule.apparmor.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.apparmor.yml + - .github/workflows/molecule.apparmor.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/apparmor/** diff --git a/.github/workflows/molecule.apt.yaml b/.github/workflows/molecule.apt.yaml index 5bb52705c..c5e296933 100644 --- a/.github/workflows/molecule.apt.yaml +++ b/.github/workflows/molecule.apt.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.apt.yml + - .github/workflows/molecule.apt.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/apt/** diff --git a/.github/workflows/molecule.aptly.yaml b/.github/workflows/molecule.aptly.yaml index 32ff119e6..3803c8949 100644 --- a/.github/workflows/molecule.aptly.yaml +++ b/.github/workflows/molecule.aptly.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.aptly.yml + - .github/workflows/molecule.aptly.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/aptly/** diff --git a/.github/workflows/molecule.backup_manager.yaml b/.github/workflows/molecule.backup_manager.yaml index ac5f15447..2715f3db6 100644 --- a/.github/workflows/molecule.backup_manager.yaml +++ b/.github/workflows/molecule.backup_manager.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.backup_manager.yml + - .github/workflows/molecule.backup_manager.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/backup_manager/** diff --git a/.github/workflows/molecule.bind.yaml b/.github/workflows/molecule.bind.yaml index 9ed270336..7974cfc69 100644 --- a/.github/workflows/molecule.bind.yaml +++ b/.github/workflows/molecule.bind.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.bind.yml + - .github/workflows/molecule.bind.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/bind/** diff --git a/.github/workflows/molecule.cloud_init.yaml b/.github/workflows/molecule.cloud_init.yaml index ec4b137b1..dd57c406b 100644 --- a/.github/workflows/molecule.cloud_init.yaml +++ b/.github/workflows/molecule.cloud_init.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.cloud_init.yml + - .github/workflows/molecule.cloud_init.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/cloud_init/** diff --git a/.github/workflows/molecule.composer.yaml b/.github/workflows/molecule.composer.yaml index 47f6b023d..e9b4e6322 100644 --- a/.github/workflows/molecule.composer.yaml +++ b/.github/workflows/molecule.composer.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.composer.yml + - .github/workflows/molecule.composer.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/composer/** diff --git a/.github/workflows/molecule.cron.yaml b/.github/workflows/molecule.cron.yaml index b5b2bb93e..e64714032 100644 --- a/.github/workflows/molecule.cron.yaml +++ b/.github/workflows/molecule.cron.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.cron.yml + - .github/workflows/molecule.cron.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/cron/** diff --git a/.github/workflows/molecule.deploy.yaml b/.github/workflows/molecule.deploy.yaml index 631e635cb..d786ca2f0 100644 --- a/.github/workflows/molecule.deploy.yaml +++ b/.github/workflows/molecule.deploy.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.deploy.yml + - .github/workflows/molecule.deploy.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/deploy/** diff --git a/.github/workflows/molecule.dhcp.yaml b/.github/workflows/molecule.dhcp.yaml index df27fce3b..0332f79a3 100644 --- a/.github/workflows/molecule.dhcp.yaml +++ b/.github/workflows/molecule.dhcp.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.dhcp.yml + - .github/workflows/molecule.dhcp.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/dhcp/** diff --git a/.github/workflows/molecule.dnsmasq.yaml b/.github/workflows/molecule.dnsmasq.yaml index eb305cb85..bfe150f1b 100644 --- a/.github/workflows/molecule.dnsmasq.yaml +++ b/.github/workflows/molecule.dnsmasq.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.dnsmasq.yml + - .github/workflows/molecule.dnsmasq.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/dnsmasq/** diff --git a/.github/workflows/molecule.docker.yaml b/.github/workflows/molecule.docker.yaml index 7140f4d42..08f56c95c 100644 --- a/.github/workflows/molecule.docker.yaml +++ b/.github/workflows/molecule.docker.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.docker.yml + - .github/workflows/molecule.docker.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/docker/** diff --git a/.github/workflows/molecule.elasticsearch.yaml b/.github/workflows/molecule.elasticsearch.yaml index 944f43ad7..de2c45ba6 100644 --- a/.github/workflows/molecule.elasticsearch.yaml +++ b/.github/workflows/molecule.elasticsearch.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.elasticsearch.yml + - .github/workflows/molecule.elasticsearch.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/elasticsearch.*/** diff --git a/.github/workflows/molecule.environment.yaml b/.github/workflows/molecule.environment.yaml index 545c44797..5e3120765 100644 --- a/.github/workflows/molecule.environment.yaml +++ b/.github/workflows/molecule.environment.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.environment.yml + - .github/workflows/molecule.environment.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/environment/** diff --git a/.github/workflows/molecule.fail2ban.yaml b/.github/workflows/molecule.fail2ban.yaml index a4d7412cb..828aa13f9 100644 --- a/.github/workflows/molecule.fail2ban.yaml +++ b/.github/workflows/molecule.fail2ban.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.fail2ban.yml + - .github/workflows/molecule.fail2ban.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/fail2ban/** diff --git a/.github/workflows/molecule.files.yaml b/.github/workflows/molecule.files.yaml index 4fd421144..996591a1b 100644 --- a/.github/workflows/molecule.files.yaml +++ b/.github/workflows/molecule.files.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.files.yml + - .github/workflows/molecule.files.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/files/** diff --git a/.github/workflows/molecule.git.yaml b/.github/workflows/molecule.git.yaml index 7d9106963..58f0450c1 100644 --- a/.github/workflows/molecule.git.yaml +++ b/.github/workflows/molecule.git.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.git.yml + - .github/workflows/molecule.git.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/git/** diff --git a/.github/workflows/molecule.gitlab.yaml b/.github/workflows/molecule.gitlab.yaml index 720692ba7..a3fde6d00 100644 --- a/.github/workflows/molecule.gitlab.yaml +++ b/.github/workflows/molecule.gitlab.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.gitlab.yml + - .github/workflows/molecule.gitlab.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/gitlab/** diff --git a/.github/workflows/molecule.glusterfs.yaml b/.github/workflows/molecule.glusterfs.yaml index 2cb44aa9a..1911aa630 100644 --- a/.github/workflows/molecule.glusterfs.yaml +++ b/.github/workflows/molecule.glusterfs.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.glusterfs.yml + - .github/workflows/molecule.glusterfs.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/glusterfs.*/** diff --git a/.github/workflows/molecule.gomplate.yaml b/.github/workflows/molecule.gomplate.yaml index 2cf709854..4aa14a51e 100644 --- a/.github/workflows/molecule.gomplate.yaml +++ b/.github/workflows/molecule.gomplate.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.gomplate.yml + - .github/workflows/molecule.gomplate.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/gomplate/** diff --git a/.github/workflows/molecule.grafana.yaml b/.github/workflows/molecule.grafana.yaml index a149260e8..fdae05d39 100644 --- a/.github/workflows/molecule.grafana.yaml +++ b/.github/workflows/molecule.grafana.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.grafana.yml + - .github/workflows/molecule.grafana.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/grafana/** diff --git a/.github/workflows/molecule.grafana_agent.yaml b/.github/workflows/molecule.grafana_agent.yaml index 6276fe5ea..569ebb647 100644 --- a/.github/workflows/molecule.grafana_agent.yaml +++ b/.github/workflows/molecule.grafana_agent.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.grafana_agent.yml + - .github/workflows/molecule.grafana_agent.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/grafana_agent/** diff --git a/.github/workflows/molecule.haproxy.yaml b/.github/workflows/molecule.haproxy.yaml index d506beab0..65ae2466d 100644 --- a/.github/workflows/molecule.haproxy.yaml +++ b/.github/workflows/molecule.haproxy.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.haproxy.yml + - .github/workflows/molecule.haproxy.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/haproxy/** diff --git a/.github/workflows/molecule.influxdb.yaml b/.github/workflows/molecule.influxdb.yaml index 1a9f1ac4b..547ee2947 100644 --- a/.github/workflows/molecule.influxdb.yaml +++ b/.github/workflows/molecule.influxdb.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.influxdb.yml + - .github/workflows/molecule.influxdb.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/influxdb/** diff --git a/.github/workflows/molecule.java.yaml b/.github/workflows/molecule.java.yaml index e5a4ef4ab..168917c6f 100644 --- a/.github/workflows/molecule.java.yaml +++ b/.github/workflows/molecule.java.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.java.yml + - .github/workflows/molecule.java.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/java/** diff --git a/.github/workflows/molecule.keepalived.yaml b/.github/workflows/molecule.keepalived.yaml index f346dc2c0..fc09812d2 100644 --- a/.github/workflows/molecule.keepalived.yaml +++ b/.github/workflows/molecule.keepalived.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.keepalived.yml + - .github/workflows/molecule.keepalived.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/keepalived/** diff --git a/.github/workflows/molecule.kernel.yaml b/.github/workflows/molecule.kernel.yaml index c95b2a4e2..3b42c137b 100644 --- a/.github/workflows/molecule.kernel.yaml +++ b/.github/workflows/molecule.kernel.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.kernel.yml + - .github/workflows/molecule.kernel.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/kernel/** diff --git a/.github/workflows/molecule.locales.yaml b/.github/workflows/molecule.locales.yaml index 44fe785ad..6a609e649 100644 --- a/.github/workflows/molecule.locales.yaml +++ b/.github/workflows/molecule.locales.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.locales.yml + - .github/workflows/molecule.locales.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/locales/** diff --git a/.github/workflows/molecule.logrotate.yaml b/.github/workflows/molecule.logrotate.yaml index f4fc1897e..f132a709a 100644 --- a/.github/workflows/molecule.logrotate.yaml +++ b/.github/workflows/molecule.logrotate.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.logrotate.yml + - .github/workflows/molecule.logrotate.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/logrotate/** diff --git a/.github/workflows/molecule.make.yaml b/.github/workflows/molecule.make.yaml index 63b533abf..9a873b429 100644 --- a/.github/workflows/molecule.make.yaml +++ b/.github/workflows/molecule.make.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.make.yml + - .github/workflows/molecule.make.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/make/** diff --git a/.github/workflows/molecule.maxscale.yaml b/.github/workflows/molecule.maxscale.yaml index 1bc420910..b820da65d 100644 --- a/.github/workflows/molecule.maxscale.yaml +++ b/.github/workflows/molecule.maxscale.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.maxscale.yml + - .github/workflows/molecule.maxscale.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/maxscale.*/** diff --git a/.github/workflows/molecule.mongodb.yaml b/.github/workflows/molecule.mongodb.yaml index 51f96c66b..e564006bb 100644 --- a/.github/workflows/molecule.mongodb.yaml +++ b/.github/workflows/molecule.mongodb.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.mongodb.yml + - .github/workflows/molecule.mongodb.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/mongodb.*/** diff --git a/.github/workflows/molecule.motd.yaml b/.github/workflows/molecule.motd.yaml index cf09a93a9..ddb948deb 100644 --- a/.github/workflows/molecule.motd.yaml +++ b/.github/workflows/molecule.motd.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.motd.yml + - .github/workflows/molecule.motd.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/motd/** diff --git a/.github/workflows/molecule.mount.yaml b/.github/workflows/molecule.mount.yaml index d8a431871..c2db67c1c 100644 --- a/.github/workflows/molecule.mount.yaml +++ b/.github/workflows/molecule.mount.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.mount.yml + - .github/workflows/molecule.mount.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/mount/** diff --git a/.github/workflows/molecule.mysql.yaml b/.github/workflows/molecule.mysql.yaml index 2e6748f4b..5adc6b401 100644 --- a/.github/workflows/molecule.mysql.yaml +++ b/.github/workflows/molecule.mysql.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.mysql.yml + - .github/workflows/molecule.mysql.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/mysql.*/** diff --git a/.github/workflows/molecule.network.yaml b/.github/workflows/molecule.network.yaml index a67d3c0a7..2c6e8a2f0 100644 --- a/.github/workflows/molecule.network.yaml +++ b/.github/workflows/molecule.network.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.network.yml + - .github/workflows/molecule.network.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/network/** diff --git a/.github/workflows/molecule.nginx.yaml b/.github/workflows/molecule.nginx.yaml index afd2aa3a8..3c85de86a 100644 --- a/.github/workflows/molecule.nginx.yaml +++ b/.github/workflows/molecule.nginx.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.nginx.yml + - .github/workflows/molecule.nginx.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/nginx/** diff --git a/.github/workflows/molecule.ngrok.yaml b/.github/workflows/molecule.ngrok.yaml index 7c431d987..9777e9fb4 100644 --- a/.github/workflows/molecule.ngrok.yaml +++ b/.github/workflows/molecule.ngrok.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ngrok.yml + - .github/workflows/molecule.ngrok.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ngrok/** diff --git a/.github/workflows/molecule.nodejs.yaml b/.github/workflows/molecule.nodejs.yaml index c5308df3c..88b9300b8 100644 --- a/.github/workflows/molecule.nodejs.yaml +++ b/.github/workflows/molecule.nodejs.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.nodejs.yml + - .github/workflows/molecule.nodejs.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/nodejs.*/** diff --git a/.github/workflows/molecule.npm.yaml b/.github/workflows/molecule.npm.yaml index 6bfa3d569..83e6d687e 100644 --- a/.github/workflows/molecule.npm.yaml +++ b/.github/workflows/molecule.npm.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.npm.yml + - .github/workflows/molecule.npm.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/npm/** diff --git a/.github/workflows/molecule.ntp.yaml b/.github/workflows/molecule.ntp.yaml index 920d08f5a..634b86e68 100644 --- a/.github/workflows/molecule.ntp.yaml +++ b/.github/workflows/molecule.ntp.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ntp.yml + - .github/workflows/molecule.ntp.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ntp/** diff --git a/.github/workflows/molecule.ohmyzsh.yaml b/.github/workflows/molecule.ohmyzsh.yaml index 748b52f8f..bfd229fdb 100644 --- a/.github/workflows/molecule.ohmyzsh.yaml +++ b/.github/workflows/molecule.ohmyzsh.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ohmyzsh.yml + - .github/workflows/molecule.ohmyzsh.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ohmyzsh/** diff --git a/.github/workflows/molecule.pam_ssh_agent_auth.yaml b/.github/workflows/molecule.pam_ssh_agent_auth.yaml index 450c544c8..2d5062254 100644 --- a/.github/workflows/molecule.pam_ssh_agent_auth.yaml +++ b/.github/workflows/molecule.pam_ssh_agent_auth.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.pam_ssh_agent_auth.yml + - .github/workflows/molecule.pam_ssh_agent_auth.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/pam_ssh_agent_auth/** diff --git a/.github/workflows/molecule.php.yaml b/.github/workflows/molecule.php.yaml index bb2c06672..398832bad 100644 --- a/.github/workflows/molecule.php.yaml +++ b/.github/workflows/molecule.php.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.php.yml + - .github/workflows/molecule.php.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/php.*/** diff --git a/.github/workflows/molecule.postgresql.yaml b/.github/workflows/molecule.postgresql.yaml index 9e3b9bb88..51ce3dcfe 100644 --- a/.github/workflows/molecule.postgresql.yaml +++ b/.github/workflows/molecule.postgresql.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.postgresql.yml + - .github/workflows/molecule.postgresql.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/postgresql.*/** diff --git a/.github/workflows/molecule.proftpd.yaml b/.github/workflows/molecule.proftpd.yaml index 048c1e7cf..f8cba7d15 100644 --- a/.github/workflows/molecule.proftpd.yaml +++ b/.github/workflows/molecule.proftpd.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.proftpd.yml + - .github/workflows/molecule.proftpd.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/proftpd/** diff --git a/.github/workflows/molecule.prometheus.yaml b/.github/workflows/molecule.prometheus.yaml index ab129f233..cd7cdb237 100644 --- a/.github/workflows/molecule.prometheus.yaml +++ b/.github/workflows/molecule.prometheus.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.prometheus.yml + - .github/workflows/molecule.prometheus.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/prometheus/** diff --git a/.github/workflows/molecule.promtail.yaml b/.github/workflows/molecule.promtail.yaml index d55e1c059..6ea600339 100644 --- a/.github/workflows/molecule.promtail.yaml +++ b/.github/workflows/molecule.promtail.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.promtail.yml + - .github/workflows/molecule.promtail.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/promtail/** diff --git a/.github/workflows/molecule.redis.yaml b/.github/workflows/molecule.redis.yaml index ba89774e5..3ef0460cc 100644 --- a/.github/workflows/molecule.redis.yaml +++ b/.github/workflows/molecule.redis.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.redis.yml + - .github/workflows/molecule.redis.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/redis.*/** diff --git a/.github/workflows/molecule.rsyslog.yaml b/.github/workflows/molecule.rsyslog.yaml index db871f5de..d432cc5b2 100644 --- a/.github/workflows/molecule.rsyslog.yaml +++ b/.github/workflows/molecule.rsyslog.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.rsyslog.yml + - .github/workflows/molecule.rsyslog.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/rsyslog/** diff --git a/.github/workflows/molecule.sensu_go.yaml b/.github/workflows/molecule.sensu_go.yaml index 60fa1dd2c..5dd5487d4 100644 --- a/.github/workflows/molecule.sensu_go.yaml +++ b/.github/workflows/molecule.sensu_go.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.sensu_go.yml + - .github/workflows/molecule.sensu_go.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/sensu_go/** diff --git a/.github/workflows/molecule.shorewall.yaml b/.github/workflows/molecule.shorewall.yaml index 16ab42cf5..ec332283e 100644 --- a/.github/workflows/molecule.shorewall.yaml +++ b/.github/workflows/molecule.shorewall.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.shorewall.yml + - .github/workflows/molecule.shorewall.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/shorewall/** diff --git a/.github/workflows/molecule.sqlite.yaml b/.github/workflows/molecule.sqlite.yaml index 04de516b7..e8d08c0c2 100644 --- a/.github/workflows/molecule.sqlite.yaml +++ b/.github/workflows/molecule.sqlite.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.sqlite.yml + - .github/workflows/molecule.sqlite.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/sqlite/** diff --git a/.github/workflows/molecule.ssh.yaml b/.github/workflows/molecule.ssh.yaml index beea9ef3b..5f0ca66a5 100644 --- a/.github/workflows/molecule.ssh.yaml +++ b/.github/workflows/molecule.ssh.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.ssh.yml + - .github/workflows/molecule.ssh.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/ssh/** diff --git a/.github/workflows/molecule.sudo.yaml b/.github/workflows/molecule.sudo.yaml index 24e2418de..a17939243 100644 --- a/.github/workflows/molecule.sudo.yaml +++ b/.github/workflows/molecule.sudo.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.sudo.yml + - .github/workflows/molecule.sudo.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/sudo/** diff --git a/.github/workflows/molecule.supervisor.yaml b/.github/workflows/molecule.supervisor.yaml index 35c76e9b9..8a225f33a 100644 --- a/.github/workflows/molecule.supervisor.yaml +++ b/.github/workflows/molecule.supervisor.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.supervisor.yml + - .github/workflows/molecule.supervisor.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/supervisor/** diff --git a/.github/workflows/molecule.symfony_cli.yaml b/.github/workflows/molecule.symfony_cli.yaml index 29586a70c..ae74f6ec7 100644 --- a/.github/workflows/molecule.symfony_cli.yaml +++ b/.github/workflows/molecule.symfony_cli.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.symfony_cli.yml + - .github/workflows/molecule.symfony_cli.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/symfony_cli/** diff --git a/.github/workflows/molecule.systemd.yaml b/.github/workflows/molecule.systemd.yaml index a97dd5912..9841d9579 100644 --- a/.github/workflows/molecule.systemd.yaml +++ b/.github/workflows/molecule.systemd.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.systemd.yml + - .github/workflows/molecule.systemd.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/systemd/** diff --git a/.github/workflows/molecule.telegraf.yaml b/.github/workflows/molecule.telegraf.yaml index c916aa9c7..cf0c8e8ac 100644 --- a/.github/workflows/molecule.telegraf.yaml +++ b/.github/workflows/molecule.telegraf.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.telegraf.yml + - .github/workflows/molecule.telegraf.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/telegraf/** diff --git a/.github/workflows/molecule.timezone.yaml b/.github/workflows/molecule.timezone.yaml index c8a31b8dd..59fe98f6b 100644 --- a/.github/workflows/molecule.timezone.yaml +++ b/.github/workflows/molecule.timezone.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.timezone.yml + - .github/workflows/molecule.timezone.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/timezone/** diff --git a/.github/workflows/molecule.vault_cli.yaml b/.github/workflows/molecule.vault_cli.yaml index c339866ad..f229ba3b9 100644 --- a/.github/workflows/molecule.vault_cli.yaml +++ b/.github/workflows/molecule.vault_cli.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.vault_cli.yml + - .github/workflows/molecule.vault_cli.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/vault_cli/** diff --git a/.github/workflows/molecule.vim.yaml b/.github/workflows/molecule.vim.yaml index be95074d9..c6fe29c1f 100644 --- a/.github/workflows/molecule.vim.yaml +++ b/.github/workflows/molecule.vim.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.vim.yml + - .github/workflows/molecule.vim.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/vim/** diff --git a/.github/workflows/molecule.yarn.yaml b/.github/workflows/molecule.yarn.yaml index 479f959b8..89e394294 100644 --- a/.github/workflows/molecule.yarn.yaml +++ b/.github/workflows/molecule.yarn.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.yarn.yml + - .github/workflows/molecule.yarn.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/yarn/** diff --git a/.github/workflows/molecule.zsh.yaml b/.github/workflows/molecule.zsh.yaml index 553621edc..1a0645dd9 100644 --- a/.github/workflows/molecule.zsh.yaml +++ b/.github/workflows/molecule.zsh.yaml @@ -4,7 +4,7 @@ on: pull_request: paths: - .manala.yaml - - .github/workflows/molecule.zsh.yml + - .github/workflows/molecule.zsh.yaml - .config/molecule/config.yml - molecule/Dockerfile.* - molecule/zsh/** diff --git a/.manala.yaml b/.manala.yaml index fab2f40c1..e6b18855e 100644 --- a/.manala.yaml +++ b/.manala.yaml @@ -36,7 +36,7 @@ system: ansible-lint: version: 6.14.2 molecule: - version: 5.0.1 + version: 6.0.1 dependencies: - molecule-plugins==23.4.1 - molecule-plugins[docker]==23.4.1 diff --git a/.manala/Makefile b/.manala/Makefile index 75bdee75b..a9a04ef81 100644 --- a/.manala/Makefile +++ b/.manala/Makefile @@ -65,7 +65,7 @@ clean: $(manala_docker) images \ --filter reference='manala-ansible-roles:*' \ --format "{{.ID}}" \ - | xargs $(manala_docker) rmi --force + | xargs -r $(manala_docker) rmi --force @$(call manala_log, Delete cache dir…) rm -Rf $(MANALA_DIR)/$(MANALA_CACHE_DIR) .PHONY: clean diff --git a/.manala/docker/Dockerfile b/.manala/docker/Dockerfile index a8851099b..8262b0ff8 100644 --- a/.manala/docker/Dockerfile +++ b/.manala/docker/Dockerfile @@ -119,7 +119,7 @@ RUN \ # Molecule RUN \ pipx install --pip-args="--no-cache-dir" \ - molecule==5.0.1 \ + molecule==6.0.1 \ && _MOLECULE_COMPLETE=bash_source molecule > /etc/bash_completion.d/molecule \ && pipx inject --pip-args="--no-cache-dir" molecule \ molecule-plugins==23.4.1 \ diff --git a/.manala/docker/compose.yaml b/.manala/docker/compose.yaml index 6899b2297..ba9e0234b 100644 --- a/.manala/docker/compose.yaml +++ b/.manala/docker/compose.yaml @@ -11,7 +11,7 @@ services: build: context: .. dockerfile: docker/Dockerfile - image: manala-ansible-roles:20230612092011 + image: manala-ansible-roles:20230822155518 volumes: - ../..:${MANALA_DIR} environment: diff --git a/.manala/etc/profile.d/message.sh b/.manala/etc/profile.d/message.sh index d1eb0ca0c..918aef56e 100644 --- a/.manala/etc/profile.d/message.sh +++ b/.manala/etc/profile.d/message.sh @@ -12,6 +12,6 @@ printf "\n" printf " \033[36m‣ ansible \033[35m2.14.3\033[0m\n" printf " \033[36m· docker==6.0.1\033[0m\n" printf " \033[36m‣ ansible-lint \033[35m6.14.2\033[0m\n" -printf " \033[36m‣ molecule \033[35m5.0.1\033[0m\n" +printf " \033[36m‣ molecule \033[35m6.0.1\033[0m\n" printf " \033[36m· molecule-plugins==23.4.1\033[0m\n" printf " \033[36m· molecule-plugins[docker]==23.4.1\033[0m\n" diff --git a/README.md b/README.md index 5f7f0b086..1c0153514 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before using this collection, you need to install it with the Ansible Galaxy com ansible-galaxy collection install manala.roles ``` -You can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format: +You can also include it in a `requirements.yaml` file and install it with `ansible-galaxy collection install -r requirements.yaml`, using the format: ```yaml --- collections: diff --git a/galaxy.yml b/galaxy.yaml similarity index 97% rename from galaxy.yml rename to galaxy.yaml index 9d1ec8404..b03bfb252 100644 --- a/galaxy.yml +++ b/galaxy.yaml @@ -62,7 +62,7 @@ issues: https://github.com/manala/ansible-roles/issues # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This -# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry', +# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yaml', '*.pyc', '*.retry', # and '.git' are always filtered build_ignore: - .config @@ -77,5 +77,5 @@ build_ignore: - Makefile - molecule - tests - - requirements.yml + - requirements.yaml - manala-roles-* diff --git a/meta/runtime.yml b/meta/runtime.yaml similarity index 100% rename from meta/runtime.yml rename to meta/runtime.yaml diff --git a/molecule/accounts/converge.yml b/molecule/accounts/converge.yml index 5f5948216..9548c6a8d 100644 --- a/molecule/accounts/converge.yml +++ b/molecule/accounts/converge.yml @@ -45,7 +45,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/groups.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/groups.yaml.j2') }}" changed_when: false ######### @@ -97,7 +97,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false ######################### @@ -147,7 +147,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users_authorized_keys.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users_authorized_keys.yaml.j2') }}" changed_when: false ############## @@ -214,7 +214,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users_keys.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users_keys.yaml.j2') }}" changed_when: false ################## @@ -290,5 +290,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users_gpg_keys.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users_gpg_keys.yaml.j2') }}" changed_when: false diff --git a/molecule/accounts/goss/groups.yml.j2 b/molecule/accounts/goss/groups.yaml.j2 similarity index 100% rename from molecule/accounts/goss/groups.yml.j2 rename to molecule/accounts/goss/groups.yaml.j2 diff --git a/molecule/accounts/goss/users.yml.j2 b/molecule/accounts/goss/users.yaml.j2 similarity index 100% rename from molecule/accounts/goss/users.yml.j2 rename to molecule/accounts/goss/users.yaml.j2 diff --git a/molecule/accounts/goss/users_authorized_keys.yml.j2 b/molecule/accounts/goss/users_authorized_keys.yaml.j2 similarity index 100% rename from molecule/accounts/goss/users_authorized_keys.yml.j2 rename to molecule/accounts/goss/users_authorized_keys.yaml.j2 diff --git a/molecule/accounts/goss/users_gpg_keys.yml.j2 b/molecule/accounts/goss/users_gpg_keys.yaml.j2 similarity index 100% rename from molecule/accounts/goss/users_gpg_keys.yml.j2 rename to molecule/accounts/goss/users_gpg_keys.yaml.j2 diff --git a/molecule/accounts/goss/users_keys.yml.j2 b/molecule/accounts/goss/users_keys.yaml.j2 similarity index 100% rename from molecule/accounts/goss/users_keys.yml.j2 rename to molecule/accounts/goss/users_keys.yaml.j2 diff --git a/molecule/alternatives/converge.yml b/molecule/alternatives/converge.yml index 645c7fdbb..5a5bdaa33 100644 --- a/molecule/alternatives/converge.yml +++ b/molecule/alternatives/converge.yml @@ -39,5 +39,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/selections.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/selections.yaml.j2') }}" changed_when: false diff --git a/molecule/alternatives/goss/selections.yml.j2 b/molecule/alternatives/goss/selections.yaml.j2 similarity index 100% rename from molecule/alternatives/goss/selections.yml.j2 rename to molecule/alternatives/goss/selections.yaml.j2 diff --git a/molecule/ansible/converge.yml b/molecule/ansible/converge.yml index c72a07d69..38b0cbdd0 100644 --- a/molecule/ansible/converge.yml +++ b/molecule/ansible/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ######### @@ -56,7 +56,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/hosts.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/hosts.yaml.j2') }}" changed_when: false ########## @@ -96,7 +96,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ############# @@ -187,7 +187,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/host_vars.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/host_vars.yaml.j2') }}" changed_when: false ############## @@ -278,5 +278,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/group_vars.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/group_vars.yaml.j2') }}" changed_when: false diff --git a/molecule/ansible/goss/config.yml.j2 b/molecule/ansible/goss/config.yaml.j2 similarity index 100% rename from molecule/ansible/goss/config.yml.j2 rename to molecule/ansible/goss/config.yaml.j2 diff --git a/molecule/ansible/goss/default.yml.j2 b/molecule/ansible/goss/default.yaml.j2 similarity index 100% rename from molecule/ansible/goss/default.yml.j2 rename to molecule/ansible/goss/default.yaml.j2 diff --git a/molecule/ansible/goss/group_vars.yml.j2 b/molecule/ansible/goss/group_vars.yaml.j2 similarity index 100% rename from molecule/ansible/goss/group_vars.yml.j2 rename to molecule/ansible/goss/group_vars.yaml.j2 diff --git a/molecule/ansible/goss/host_vars.yml.j2 b/molecule/ansible/goss/host_vars.yaml.j2 similarity index 100% rename from molecule/ansible/goss/host_vars.yml.j2 rename to molecule/ansible/goss/host_vars.yaml.j2 diff --git a/molecule/ansible/goss/hosts.yml.j2 b/molecule/ansible/goss/hosts.yaml.j2 similarity index 100% rename from molecule/ansible/goss/hosts.yml.j2 rename to molecule/ansible/goss/hosts.yaml.j2 diff --git a/molecule/ansible_galaxy/converge.yml b/molecule/ansible_galaxy/converge.yml index 9365ff233..479535739 100644 --- a/molecule/ansible_galaxy/converge.yml +++ b/molecule/ansible_galaxy/converge.yml @@ -23,5 +23,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/roles.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/roles.yaml.j2') }}" changed_when: false diff --git a/molecule/ansible_galaxy/goss/roles.yml.j2 b/molecule/ansible_galaxy/goss/roles.yaml.j2 similarity index 82% rename from molecule/ansible_galaxy/goss/roles.yml.j2 rename to molecule/ansible_galaxy/goss/roles.yaml.j2 index d06873bad..fb3434832 100644 --- a/molecule/ansible_galaxy/goss/roles.yml.j2 +++ b/molecule/ansible_galaxy/goss/roles.yaml.j2 @@ -1,7 +1,7 @@ --- file: - /tmp/manala_ansible_galaxy_roles.yml: + /tmp/manala_ansible_galaxy_roles.yaml: exists: false /etc/ansible/roles/ansistrano.deploy: exists: true diff --git a/molecule/apparmor/converge.yml b/molecule/apparmor/converge.yml index da710369e..93a8f04b7 100644 --- a/molecule/apparmor/converge.yml +++ b/molecule/apparmor/converge.yml @@ -18,7 +18,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -111,5 +111,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/apparmor/goss/configs.yml.j2 b/molecule/apparmor/goss/configs.yaml.j2 similarity index 100% rename from molecule/apparmor/goss/configs.yml.j2 rename to molecule/apparmor/goss/configs.yaml.j2 diff --git a/molecule/apparmor/goss/default.yml.j2 b/molecule/apparmor/goss/default.yaml.j2 similarity index 100% rename from molecule/apparmor/goss/default.yml.j2 rename to molecule/apparmor/goss/default.yaml.j2 diff --git a/molecule/apt/converge.yml b/molecule/apt/converge.yml index 3e388380b..b06d4aacb 100644 --- a/molecule/apt/converge.yml +++ b/molecule/apt/converge.yml @@ -88,7 +88,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ################ @@ -128,7 +128,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/sources_list.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/sources_list.yaml.j2') }}" changed_when: false ############### @@ -261,7 +261,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/preferences.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/preferences.yaml.j2') }}" changed_when: false ######## @@ -303,7 +303,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/keys.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/keys.yaml.j2') }}" changed_when: false ################ @@ -363,7 +363,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.default.yaml.j2') }}" changed_when: false - name: Repositories - Exclusive @@ -402,7 +402,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.exclusive.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.exclusive.yaml.j2') }}" changed_when: false ############ @@ -464,7 +464,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/packages.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/packages.yaml.j2') }}" changed_when: false ######### @@ -509,7 +509,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/holds.default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/holds.default.yaml.j2') }}" changed_when: false - name: Holds - Exclusive @@ -538,7 +538,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/holds.exclusive.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/holds.exclusive.yaml.j2') }}" changed_when: false ########## diff --git a/molecule/apt/goss/configs.yml.j2 b/molecule/apt/goss/configs.yaml.j2 similarity index 100% rename from molecule/apt/goss/configs.yml.j2 rename to molecule/apt/goss/configs.yaml.j2 diff --git a/molecule/apt/goss/holds.default.yml.j2 b/molecule/apt/goss/holds.default.yaml.j2 similarity index 100% rename from molecule/apt/goss/holds.default.yml.j2 rename to molecule/apt/goss/holds.default.yaml.j2 diff --git a/molecule/apt/goss/holds.exclusive.yml.j2 b/molecule/apt/goss/holds.exclusive.yaml.j2 similarity index 100% rename from molecule/apt/goss/holds.exclusive.yml.j2 rename to molecule/apt/goss/holds.exclusive.yaml.j2 diff --git a/molecule/apt/goss/keys.yml.j2 b/molecule/apt/goss/keys.yaml.j2 similarity index 100% rename from molecule/apt/goss/keys.yml.j2 rename to molecule/apt/goss/keys.yaml.j2 diff --git a/molecule/apt/goss/packages.yml.j2 b/molecule/apt/goss/packages.yaml.j2 similarity index 100% rename from molecule/apt/goss/packages.yml.j2 rename to molecule/apt/goss/packages.yaml.j2 diff --git a/molecule/apt/goss/preferences.yml.j2 b/molecule/apt/goss/preferences.yaml.j2 similarity index 100% rename from molecule/apt/goss/preferences.yml.j2 rename to molecule/apt/goss/preferences.yaml.j2 diff --git a/molecule/apt/goss/repositories.default.yml.j2 b/molecule/apt/goss/repositories.default.yaml.j2 similarity index 100% rename from molecule/apt/goss/repositories.default.yml.j2 rename to molecule/apt/goss/repositories.default.yaml.j2 diff --git a/molecule/apt/goss/repositories.exclusive.yml.j2 b/molecule/apt/goss/repositories.exclusive.yaml.j2 similarity index 100% rename from molecule/apt/goss/repositories.exclusive.yml.j2 rename to molecule/apt/goss/repositories.exclusive.yaml.j2 diff --git a/molecule/apt/goss/sources_list.yml.j2 b/molecule/apt/goss/sources_list.yaml.j2 similarity index 100% rename from molecule/apt/goss/sources_list.yml.j2 rename to molecule/apt/goss/sources_list.yaml.j2 diff --git a/molecule/aptly/converge.yml b/molecule/aptly/converge.yml index 2020e0a54..264a50842 100644 --- a/molecule/aptly/converge.yml +++ b/molecule/aptly/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -67,7 +67,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ################ @@ -112,5 +112,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/repositories.yaml.j2') }}" changed_when: false diff --git a/molecule/aptly/goss/config.yml.j2 b/molecule/aptly/goss/config.yaml.j2 similarity index 100% rename from molecule/aptly/goss/config.yml.j2 rename to molecule/aptly/goss/config.yaml.j2 diff --git a/molecule/aptly/goss/default.yml.j2 b/molecule/aptly/goss/default.yaml.j2 similarity index 100% rename from molecule/aptly/goss/default.yml.j2 rename to molecule/aptly/goss/default.yaml.j2 diff --git a/molecule/aptly/goss/repositories.yml.j2 b/molecule/aptly/goss/repositories.yaml.j2 similarity index 100% rename from molecule/aptly/goss/repositories.yml.j2 rename to molecule/aptly/goss/repositories.yaml.j2 diff --git a/molecule/backup_manager/converge.yml b/molecule/backup_manager/converge.yml index 1dde037c1..35f2e6ce5 100644 --- a/molecule/backup_manager/converge.yml +++ b/molecule/backup_manager/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -126,5 +126,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/backup_manager/goss/configs.yml.j2 b/molecule/backup_manager/goss/configs.yaml.j2 similarity index 100% rename from molecule/backup_manager/goss/configs.yml.j2 rename to molecule/backup_manager/goss/configs.yaml.j2 diff --git a/molecule/backup_manager/goss/default.yml.j2 b/molecule/backup_manager/goss/default.yaml.j2 similarity index 100% rename from molecule/backup_manager/goss/default.yml.j2 rename to molecule/backup_manager/goss/default.yaml.j2 diff --git a/molecule/bind/converge.yml b/molecule/bind/converge.yml index 360c1d66a..f1b50cd41 100644 --- a/molecule/bind/converge.yml +++ b/molecule/bind/converge.yml @@ -25,7 +25,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -56,7 +56,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/options.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/options.yaml.j2') }}" changed_when: false ########### @@ -101,7 +101,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######### @@ -154,7 +154,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/zones.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/zones.yaml.j2') }}" changed_when: false ################# @@ -203,5 +203,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/zones_records.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/zones_records.yaml.j2') }}" changed_when: false diff --git a/molecule/bind/goss/configs.yml.j2 b/molecule/bind/goss/configs.yaml.j2 similarity index 100% rename from molecule/bind/goss/configs.yml.j2 rename to molecule/bind/goss/configs.yaml.j2 diff --git a/molecule/bind/goss/default.yml.j2 b/molecule/bind/goss/default.yaml.j2 similarity index 100% rename from molecule/bind/goss/default.yml.j2 rename to molecule/bind/goss/default.yaml.j2 diff --git a/molecule/bind/goss/options.yml.j2 b/molecule/bind/goss/options.yaml.j2 similarity index 100% rename from molecule/bind/goss/options.yml.j2 rename to molecule/bind/goss/options.yaml.j2 diff --git a/molecule/bind/goss/zones.yml.j2 b/molecule/bind/goss/zones.yaml.j2 similarity index 100% rename from molecule/bind/goss/zones.yml.j2 rename to molecule/bind/goss/zones.yaml.j2 diff --git a/molecule/bind/goss/zones_records.yml.j2 b/molecule/bind/goss/zones_records.yaml.j2 similarity index 100% rename from molecule/bind/goss/zones_records.yml.j2 rename to molecule/bind/goss/zones_records.yaml.j2 diff --git a/molecule/cloud_init/converge.yml b/molecule/cloud_init/converge.yml index 7c9075a8c..1f9028237 100644 --- a/molecule/cloud_init/converge.yml +++ b/molecule/cloud_init/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -107,5 +107,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/cloud_init/goss/configs.yml.j2 b/molecule/cloud_init/goss/configs.yaml.j2 similarity index 100% rename from molecule/cloud_init/goss/configs.yml.j2 rename to molecule/cloud_init/goss/configs.yaml.j2 diff --git a/molecule/cloud_init/goss/default.yml.j2 b/molecule/cloud_init/goss/default.yaml.j2 similarity index 100% rename from molecule/cloud_init/goss/default.yml.j2 rename to molecule/cloud_init/goss/default.yaml.j2 diff --git a/molecule/composer/converge.yml b/molecule/composer/converge.yml index 79318fa8b..9634fdd74 100644 --- a/molecule/composer/converge.yml +++ b/molecule/composer/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -94,7 +94,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yaml.j2') }}" changed_when: false ############## @@ -124,5 +124,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users_auth.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users_auth.yaml.j2') }}" changed_when: false diff --git a/molecule/composer/goss/default.yml.j2 b/molecule/composer/goss/default.yaml.j2 similarity index 100% rename from molecule/composer/goss/default.yml.j2 rename to molecule/composer/goss/default.yaml.j2 diff --git a/molecule/composer/goss/users_auth.yml.j2 b/molecule/composer/goss/users_auth.yaml.j2 similarity index 100% rename from molecule/composer/goss/users_auth.yml.j2 rename to molecule/composer/goss/users_auth.yaml.j2 diff --git a/molecule/composer/goss/version.yml.j2 b/molecule/composer/goss/version.yaml.j2 similarity index 100% rename from molecule/composer/goss/version.yml.j2 rename to molecule/composer/goss/version.yaml.j2 diff --git a/molecule/cron/converge.yml b/molecule/cron/converge.yml index 5feadd8af..5f030c3d4 100644 --- a/molecule/cron/converge.yml +++ b/molecule/cron/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ######### @@ -148,5 +148,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/files.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/files.yaml.j2') }}" changed_when: false diff --git a/molecule/cron/goss/default.yml.j2 b/molecule/cron/goss/default.yaml.j2 similarity index 100% rename from molecule/cron/goss/default.yml.j2 rename to molecule/cron/goss/default.yaml.j2 diff --git a/molecule/cron/goss/files.yml.j2 b/molecule/cron/goss/files.yaml.j2 similarity index 100% rename from molecule/cron/goss/files.yml.j2 rename to molecule/cron/goss/files.yaml.j2 diff --git a/molecule/deploy/converge.yml b/molecule/deploy/converge.yml index 69dded675..477c73189 100644 --- a/molecule/deploy/converge.yml +++ b/molecule/deploy/converge.yml @@ -27,7 +27,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ############ @@ -62,14 +62,14 @@ manala_deploy_dir: "{{ tests_dir }}/include" manala_deploy_strategy: include manala_deploy_strategy_synchronize_src: ~ - manala_deploy_strategy_include_name: fixtures/strategy.yml + manala_deploy_strategy_include_name: fixtures/strategy.yaml manala_deploy_strategy_include_options: filename: file always: - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/strategy.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/strategy.yaml.j2') }}" changed_when: false ########## @@ -129,7 +129,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/shared.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/shared.yaml.j2') }}" changed_when: false ########## @@ -170,7 +170,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/copied.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/copied.yaml.j2') }}" changed_when: false ############ @@ -206,7 +206,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/writable.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/writable.yaml.j2') }}" changed_when: false ######### @@ -238,7 +238,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/tasks.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/tasks.yaml.j2') }}" changed_when: false ########### @@ -271,7 +271,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/removed.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/removed.yaml.j2') }}" changed_when: false ######### @@ -307,7 +307,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/clean.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/clean.yaml.j2') }}" changed_when: false ############## @@ -339,5 +339,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/post_tasks.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/post_tasks.yaml.j2') }}" changed_when: false diff --git a/molecule/deploy/fixtures/strategy.yml b/molecule/deploy/fixtures/strategy.yaml similarity index 100% rename from molecule/deploy/fixtures/strategy.yml rename to molecule/deploy/fixtures/strategy.yaml diff --git a/molecule/deploy/goss/clean.yml.j2 b/molecule/deploy/goss/clean.yaml.j2 similarity index 100% rename from molecule/deploy/goss/clean.yml.j2 rename to molecule/deploy/goss/clean.yaml.j2 diff --git a/molecule/deploy/goss/copied.yml.j2 b/molecule/deploy/goss/copied.yaml.j2 similarity index 100% rename from molecule/deploy/goss/copied.yml.j2 rename to molecule/deploy/goss/copied.yaml.j2 diff --git a/molecule/deploy/goss/default.yml.j2 b/molecule/deploy/goss/default.yaml.j2 similarity index 100% rename from molecule/deploy/goss/default.yml.j2 rename to molecule/deploy/goss/default.yaml.j2 diff --git a/molecule/deploy/goss/post_tasks.yml.j2 b/molecule/deploy/goss/post_tasks.yaml.j2 similarity index 100% rename from molecule/deploy/goss/post_tasks.yml.j2 rename to molecule/deploy/goss/post_tasks.yaml.j2 diff --git a/molecule/deploy/goss/removed.yml.j2 b/molecule/deploy/goss/removed.yaml.j2 similarity index 100% rename from molecule/deploy/goss/removed.yml.j2 rename to molecule/deploy/goss/removed.yaml.j2 diff --git a/molecule/deploy/goss/shared.yml.j2 b/molecule/deploy/goss/shared.yaml.j2 similarity index 100% rename from molecule/deploy/goss/shared.yml.j2 rename to molecule/deploy/goss/shared.yaml.j2 diff --git a/molecule/deploy/goss/strategy.yml.j2 b/molecule/deploy/goss/strategy.yaml.j2 similarity index 100% rename from molecule/deploy/goss/strategy.yml.j2 rename to molecule/deploy/goss/strategy.yaml.j2 diff --git a/molecule/deploy/goss/tasks.yml.j2 b/molecule/deploy/goss/tasks.yaml.j2 similarity index 100% rename from molecule/deploy/goss/tasks.yml.j2 rename to molecule/deploy/goss/tasks.yaml.j2 diff --git a/molecule/deploy/goss/writable.yml.j2 b/molecule/deploy/goss/writable.yaml.j2 similarity index 100% rename from molecule/deploy/goss/writable.yml.j2 rename to molecule/deploy/goss/writable.yaml.j2 diff --git a/molecule/dhcp/converge.yml b/molecule/dhcp/converge.yml index b856709fa..c20706d32 100644 --- a/molecule/dhcp/converge.yml +++ b/molecule/dhcp/converge.yml @@ -22,5 +22,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/dhcp/goss/default.yml.j2 b/molecule/dhcp/goss/default.yaml.j2 similarity index 100% rename from molecule/dhcp/goss/default.yml.j2 rename to molecule/dhcp/goss/default.yaml.j2 diff --git a/molecule/dnsmasq/converge.yml b/molecule/dnsmasq/converge.yml index 1cedf8f97..852ef9036 100644 --- a/molecule/dnsmasq/converge.yml +++ b/molecule/dnsmasq/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -107,5 +107,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/dnsmasq/goss/configs.yml.j2 b/molecule/dnsmasq/goss/configs.yaml.j2 similarity index 100% rename from molecule/dnsmasq/goss/configs.yml.j2 rename to molecule/dnsmasq/goss/configs.yaml.j2 diff --git a/molecule/dnsmasq/goss/default.yml.j2 b/molecule/dnsmasq/goss/default.yaml.j2 similarity index 100% rename from molecule/dnsmasq/goss/default.yml.j2 rename to molecule/dnsmasq/goss/default.yaml.j2 diff --git a/molecule/docker/converge.yml b/molecule/docker/converge.yml index ae0f62dcd..a202e32c2 100644 --- a/molecule/docker/converge.yml +++ b/molecule/docker/converge.yml @@ -19,7 +19,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ################# @@ -76,7 +76,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config_daemon.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config_daemon.yaml.j2') }}" changed_when: false ################ @@ -114,7 +114,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/applications.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/applications.yaml.j2') }}" changed_when: false ############## @@ -146,7 +146,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/containers.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/containers.yaml.j2') }}" changed_when: false ########## diff --git a/molecule/docker/goss/applications.yml.j2 b/molecule/docker/goss/applications.yaml.j2 similarity index 100% rename from molecule/docker/goss/applications.yml.j2 rename to molecule/docker/goss/applications.yaml.j2 diff --git a/molecule/docker/goss/config_daemon.yml.j2 b/molecule/docker/goss/config_daemon.yaml.j2 similarity index 100% rename from molecule/docker/goss/config_daemon.yml.j2 rename to molecule/docker/goss/config_daemon.yaml.j2 diff --git a/molecule/docker/goss/containers.yml.j2 b/molecule/docker/goss/containers.yaml.j2 similarity index 100% rename from molecule/docker/goss/containers.yml.j2 rename to molecule/docker/goss/containers.yaml.j2 diff --git a/molecule/docker/goss/default.yml.j2 b/molecule/docker/goss/default.yaml.j2 similarity index 100% rename from molecule/docker/goss/default.yml.j2 rename to molecule/docker/goss/default.yaml.j2 diff --git a/molecule/elasticsearch.5/converge.yml b/molecule/elasticsearch.5/converge.yml index 945324e90..d901ce060 100644 --- a/molecule/elasticsearch.5/converge.yml +++ b/molecule/elasticsearch.5/converge.yml @@ -31,5 +31,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/elasticsearch.5/goss/default.yml.j2 b/molecule/elasticsearch.5/goss/default.yaml.j2 similarity index 100% rename from molecule/elasticsearch.5/goss/default.yml.j2 rename to molecule/elasticsearch.5/goss/default.yaml.j2 diff --git a/molecule/elasticsearch.6/converge.yml b/molecule/elasticsearch.6/converge.yml index 35d701b8f..87e214add 100644 --- a/molecule/elasticsearch.6/converge.yml +++ b/molecule/elasticsearch.6/converge.yml @@ -29,5 +29,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/elasticsearch.6/goss/default.yml.j2 b/molecule/elasticsearch.6/goss/default.yaml.j2 similarity index 100% rename from molecule/elasticsearch.6/goss/default.yml.j2 rename to molecule/elasticsearch.6/goss/default.yaml.j2 diff --git a/molecule/elasticsearch.7/converge.yml b/molecule/elasticsearch.7/converge.yml index cd146c477..004450e9f 100644 --- a/molecule/elasticsearch.7/converge.yml +++ b/molecule/elasticsearch.7/converge.yml @@ -30,7 +30,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -97,7 +97,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ############### @@ -163,5 +163,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yaml.j2') }}" changed_when: false diff --git a/molecule/elasticsearch.7/goss/config.yml.j2 b/molecule/elasticsearch.7/goss/config.yaml.j2 similarity index 100% rename from molecule/elasticsearch.7/goss/config.yml.j2 rename to molecule/elasticsearch.7/goss/config.yaml.j2 diff --git a/molecule/elasticsearch.7/goss/default.yml.j2 b/molecule/elasticsearch.7/goss/default.yaml.j2 similarity index 100% rename from molecule/elasticsearch.7/goss/default.yml.j2 rename to molecule/elasticsearch.7/goss/default.yaml.j2 diff --git a/molecule/elasticsearch.7/goss/environment.yml.j2 b/molecule/elasticsearch.7/goss/environment.yaml.j2 similarity index 100% rename from molecule/elasticsearch.7/goss/environment.yml.j2 rename to molecule/elasticsearch.7/goss/environment.yaml.j2 diff --git a/molecule/environment/converge.yml b/molecule/environment/converge.yml index 04100296e..f5d0b5e24 100644 --- a/molecule/environment/converge.yml +++ b/molecule/environment/converge.yml @@ -54,5 +54,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/environment/goss/default.yml.j2 b/molecule/environment/goss/default.yaml.j2 similarity index 100% rename from molecule/environment/goss/default.yml.j2 rename to molecule/environment/goss/default.yaml.j2 diff --git a/molecule/fail2ban/converge.yml b/molecule/fail2ban/converge.yml index 7115f6994..d400f5e98 100644 --- a/molecule/fail2ban/converge.yml +++ b/molecule/fail2ban/converge.yml @@ -22,7 +22,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -62,5 +62,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/fail2ban/goss/config.yml.j2 b/molecule/fail2ban/goss/config.yaml.j2 similarity index 100% rename from molecule/fail2ban/goss/config.yml.j2 rename to molecule/fail2ban/goss/config.yaml.j2 diff --git a/molecule/fail2ban/goss/default.yml.j2 b/molecule/fail2ban/goss/default.yaml.j2 similarity index 100% rename from molecule/fail2ban/goss/default.yml.j2 rename to molecule/fail2ban/goss/default.yaml.j2 diff --git a/molecule/files/converge.yml b/molecule/files/converge.yml index a30008a50..c7b7c6387 100644 --- a/molecule/files/converge.yml +++ b/molecule/files/converge.yml @@ -50,7 +50,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/defaults.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/defaults.yaml.j2') }}" changed_when: false ######## @@ -206,7 +206,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/file.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/file.yaml.j2') }}" changed_when: false ######## @@ -394,7 +394,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/link.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/link.yaml.j2') }}" changed_when: false ############# @@ -515,7 +515,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/directory.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/directory.yaml.j2') }}" changed_when: false ######## @@ -565,7 +565,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/copy.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/copy.yaml.j2') }}" changed_when: false ####### @@ -608,7 +608,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/url.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/url.yaml.j2') }}" changed_when: false ########### @@ -683,7 +683,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/content.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/content.yaml.j2') }}" changed_when: false ############ @@ -753,7 +753,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/template.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/template.yaml.j2') }}" changed_when: false ################## @@ -802,7 +802,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/link_directory.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/link_directory.yaml.j2') }}" changed_when: false ############# @@ -847,5 +847,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/link_file.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/link_file.yaml.j2') }}" changed_when: false diff --git a/molecule/files/goss/content.yml.j2 b/molecule/files/goss/content.yaml.j2 similarity index 100% rename from molecule/files/goss/content.yml.j2 rename to molecule/files/goss/content.yaml.j2 diff --git a/molecule/files/goss/copy.yml.j2 b/molecule/files/goss/copy.yaml.j2 similarity index 100% rename from molecule/files/goss/copy.yml.j2 rename to molecule/files/goss/copy.yaml.j2 diff --git a/molecule/files/goss/defaults.yml.j2 b/molecule/files/goss/defaults.yaml.j2 similarity index 100% rename from molecule/files/goss/defaults.yml.j2 rename to molecule/files/goss/defaults.yaml.j2 diff --git a/molecule/files/goss/directory.yml.j2 b/molecule/files/goss/directory.yaml.j2 similarity index 100% rename from molecule/files/goss/directory.yml.j2 rename to molecule/files/goss/directory.yaml.j2 diff --git a/molecule/files/goss/file.yml.j2 b/molecule/files/goss/file.yaml.j2 similarity index 100% rename from molecule/files/goss/file.yml.j2 rename to molecule/files/goss/file.yaml.j2 diff --git a/molecule/files/goss/link.yml.j2 b/molecule/files/goss/link.yaml.j2 similarity index 100% rename from molecule/files/goss/link.yml.j2 rename to molecule/files/goss/link.yaml.j2 diff --git a/molecule/files/goss/link_directory.yml.j2 b/molecule/files/goss/link_directory.yaml.j2 similarity index 100% rename from molecule/files/goss/link_directory.yml.j2 rename to molecule/files/goss/link_directory.yaml.j2 diff --git a/molecule/files/goss/link_file.yml.j2 b/molecule/files/goss/link_file.yaml.j2 similarity index 100% rename from molecule/files/goss/link_file.yml.j2 rename to molecule/files/goss/link_file.yaml.j2 diff --git a/molecule/files/goss/template.yml.j2 b/molecule/files/goss/template.yaml.j2 similarity index 100% rename from molecule/files/goss/template.yml.j2 rename to molecule/files/goss/template.yaml.j2 diff --git a/molecule/files/goss/url.yml.j2 b/molecule/files/goss/url.yaml.j2 similarity index 100% rename from molecule/files/goss/url.yml.j2 rename to molecule/files/goss/url.yaml.j2 diff --git a/molecule/git/converge.yml b/molecule/git/converge.yml index e0c00654f..ac605eddd 100644 --- a/molecule/git/converge.yml +++ b/molecule/git/converge.yml @@ -31,7 +31,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -85,5 +85,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/git/goss/config.yml.j2 b/molecule/git/goss/config.yaml.j2 similarity index 100% rename from molecule/git/goss/config.yml.j2 rename to molecule/git/goss/config.yaml.j2 diff --git a/molecule/git/goss/default.yml.j2 b/molecule/git/goss/default.yaml.j2 similarity index 100% rename from molecule/git/goss/default.yml.j2 rename to molecule/git/goss/default.yaml.j2 diff --git a/molecule/gitlab/converge.yml b/molecule/gitlab/converge.yml index e957f80c9..e33d04046 100644 --- a/molecule/gitlab/converge.yml +++ b/molecule/gitlab/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -107,5 +107,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/gitlab/goss/configs.yml.j2 b/molecule/gitlab/goss/configs.yaml.j2 similarity index 100% rename from molecule/gitlab/goss/configs.yml.j2 rename to molecule/gitlab/goss/configs.yaml.j2 diff --git a/molecule/gitlab/goss/default.yml.j2 b/molecule/gitlab/goss/default.yaml.j2 similarity index 100% rename from molecule/gitlab/goss/default.yml.j2 rename to molecule/gitlab/goss/default.yaml.j2 diff --git a/molecule/glusterfs.10.2/converge.yml b/molecule/glusterfs.10.2/converge.yml index f4976bcdb..4568d692b 100644 --- a/molecule/glusterfs.10.2/converge.yml +++ b/molecule/glusterfs.10.2/converge.yml @@ -18,7 +18,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -85,5 +85,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yaml.j2') }}" changed_when: false diff --git a/molecule/glusterfs.10.2/goss/default.yml.j2 b/molecule/glusterfs.10.2/goss/default.yaml.j2 similarity index 100% rename from molecule/glusterfs.10.2/goss/default.yml.j2 rename to molecule/glusterfs.10.2/goss/default.yaml.j2 diff --git a/molecule/glusterfs.10.2/goss/volumes.yml.j2 b/molecule/glusterfs.10.2/goss/volumes.yaml.j2 similarity index 100% rename from molecule/glusterfs.10.2/goss/volumes.yml.j2 rename to molecule/glusterfs.10.2/goss/volumes.yaml.j2 diff --git a/molecule/glusterfs.10.4/converge.yml b/molecule/glusterfs.10.4/converge.yml index 52c8e2495..084df2e5f 100644 --- a/molecule/glusterfs.10.4/converge.yml +++ b/molecule/glusterfs.10.4/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -81,5 +81,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yaml.j2') }}" changed_when: false diff --git a/molecule/glusterfs.10.4/goss/default.yml.j2 b/molecule/glusterfs.10.4/goss/default.yaml.j2 similarity index 100% rename from molecule/glusterfs.10.4/goss/default.yml.j2 rename to molecule/glusterfs.10.4/goss/default.yaml.j2 diff --git a/molecule/glusterfs.10.4/goss/volumes.yml.j2 b/molecule/glusterfs.10.4/goss/volumes.yaml.j2 similarity index 100% rename from molecule/glusterfs.10.4/goss/volumes.yml.j2 rename to molecule/glusterfs.10.4/goss/volumes.yaml.j2 diff --git a/molecule/glusterfs.6.1/converge.yml b/molecule/glusterfs.6.1/converge.yml index e71bd8fd6..54fd7b732 100644 --- a/molecule/glusterfs.6.1/converge.yml +++ b/molecule/glusterfs.6.1/converge.yml @@ -17,7 +17,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -83,5 +83,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/volumes.yaml.j2') }}" changed_when: false diff --git a/molecule/glusterfs.6.1/goss/default.yml.j2 b/molecule/glusterfs.6.1/goss/default.yaml.j2 similarity index 100% rename from molecule/glusterfs.6.1/goss/default.yml.j2 rename to molecule/glusterfs.6.1/goss/default.yaml.j2 diff --git a/molecule/glusterfs.6.1/goss/volumes.yml.j2 b/molecule/glusterfs.6.1/goss/volumes.yaml.j2 similarity index 100% rename from molecule/glusterfs.6.1/goss/volumes.yml.j2 rename to molecule/glusterfs.6.1/goss/volumes.yaml.j2 diff --git a/molecule/gomplate/converge.yml b/molecule/gomplate/converge.yml index 03d9fc132..c120963b5 100644 --- a/molecule/gomplate/converge.yml +++ b/molecule/gomplate/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -46,5 +46,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yaml.j2') }}" changed_when: false diff --git a/molecule/gomplate/goss/default.yml.j2 b/molecule/gomplate/goss/default.yaml.j2 similarity index 100% rename from molecule/gomplate/goss/default.yml.j2 rename to molecule/gomplate/goss/default.yaml.j2 diff --git a/molecule/gomplate/goss/version.yml.j2 b/molecule/gomplate/goss/version.yaml.j2 similarity index 100% rename from molecule/gomplate/goss/version.yml.j2 rename to molecule/gomplate/goss/version.yaml.j2 diff --git a/molecule/grafana/converge.yml b/molecule/grafana/converge.yml index 2f72fa30a..f16f8e7d6 100644 --- a/molecule/grafana/converge.yml +++ b/molecule/grafana/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate --retry-timeout 10s - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -56,7 +56,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ############### @@ -87,7 +87,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/datasources.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/datasources.yaml.j2') }}" changed_when: false ############## @@ -111,5 +111,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/dashboards.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/dashboards.yaml.j2') }}" changed_when: false diff --git a/molecule/grafana/goss/config.yml.j2 b/molecule/grafana/goss/config.yaml.j2 similarity index 100% rename from molecule/grafana/goss/config.yml.j2 rename to molecule/grafana/goss/config.yaml.j2 diff --git a/molecule/grafana/goss/dashboards.yml.j2 b/molecule/grafana/goss/dashboards.yaml.j2 similarity index 100% rename from molecule/grafana/goss/dashboards.yml.j2 rename to molecule/grafana/goss/dashboards.yaml.j2 diff --git a/molecule/grafana/goss/datasources.yml.j2 b/molecule/grafana/goss/datasources.yaml.j2 similarity index 100% rename from molecule/grafana/goss/datasources.yml.j2 rename to molecule/grafana/goss/datasources.yaml.j2 diff --git a/molecule/grafana/goss/default.yml.j2 b/molecule/grafana/goss/default.yaml.j2 similarity index 100% rename from molecule/grafana/goss/default.yml.j2 rename to molecule/grafana/goss/default.yaml.j2 diff --git a/molecule/grafana_agent/converge.yml b/molecule/grafana_agent/converge.yml index 68f624c3e..3302918e9 100644 --- a/molecule/grafana_agent/converge.yml +++ b/molecule/grafana_agent/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate --retry-timeout 10s - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -56,5 +56,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/grafana_agent/goss/config.yml.j2 b/molecule/grafana_agent/goss/config.yaml.j2 similarity index 100% rename from molecule/grafana_agent/goss/config.yml.j2 rename to molecule/grafana_agent/goss/config.yaml.j2 diff --git a/molecule/grafana_agent/goss/default.yml.j2 b/molecule/grafana_agent/goss/default.yaml.j2 similarity index 100% rename from molecule/grafana_agent/goss/default.yml.j2 rename to molecule/grafana_agent/goss/default.yaml.j2 diff --git a/molecule/haproxy/converge.yml b/molecule/haproxy/converge.yml index 8383d22e2..3a3716e73 100644 --- a/molecule/haproxy/converge.yml +++ b/molecule/haproxy/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ############## @@ -107,7 +107,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/errorfiles.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/errorfiles.yaml.j2') }}" changed_when: false ########## @@ -147,7 +147,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -238,7 +238,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ############### @@ -288,5 +288,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yaml.j2') }}" changed_when: false diff --git a/molecule/haproxy/goss/config.yml.j2 b/molecule/haproxy/goss/config.yaml.j2 similarity index 100% rename from molecule/haproxy/goss/config.yml.j2 rename to molecule/haproxy/goss/config.yaml.j2 diff --git a/molecule/haproxy/goss/configs.yml.j2 b/molecule/haproxy/goss/configs.yaml.j2 similarity index 100% rename from molecule/haproxy/goss/configs.yml.j2 rename to molecule/haproxy/goss/configs.yaml.j2 diff --git a/molecule/haproxy/goss/default.yml.j2 b/molecule/haproxy/goss/default.yaml.j2 similarity index 100% rename from molecule/haproxy/goss/default.yml.j2 rename to molecule/haproxy/goss/default.yaml.j2 diff --git a/molecule/haproxy/goss/environment.yml.j2 b/molecule/haproxy/goss/environment.yaml.j2 similarity index 100% rename from molecule/haproxy/goss/environment.yml.j2 rename to molecule/haproxy/goss/environment.yaml.j2 diff --git a/molecule/haproxy/goss/errorfiles.yml.j2 b/molecule/haproxy/goss/errorfiles.yaml.j2 similarity index 100% rename from molecule/haproxy/goss/errorfiles.yml.j2 rename to molecule/haproxy/goss/errorfiles.yaml.j2 diff --git a/molecule/influxdb/converge.yml b/molecule/influxdb/converge.yml index 3a1ae42c1..ac8c27c6f 100644 --- a/molecule/influxdb/converge.yml +++ b/molecule/influxdb/converge.yml @@ -38,7 +38,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -87,5 +87,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/influxdb/goss/config.yml.j2 b/molecule/influxdb/goss/config.yaml.j2 similarity index 100% rename from molecule/influxdb/goss/config.yml.j2 rename to molecule/influxdb/goss/config.yaml.j2 diff --git a/molecule/influxdb/goss/default.yml.j2 b/molecule/influxdb/goss/default.yaml.j2 similarity index 100% rename from molecule/influxdb/goss/default.yml.j2 rename to molecule/influxdb/goss/default.yaml.j2 diff --git a/molecule/java/converge.yml b/molecule/java/converge.yml index 4556dd240..014ba5620 100644 --- a/molecule/java/converge.yml +++ b/molecule/java/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/java/goss/default.yml.j2 b/molecule/java/goss/default.yaml.j2 similarity index 100% rename from molecule/java/goss/default.yml.j2 rename to molecule/java/goss/default.yaml.j2 diff --git a/molecule/keepalived/converge.yml b/molecule/keepalived/converge.yml index d36f93cd1..021f64b2b 100644 --- a/molecule/keepalived/converge.yml +++ b/molecule/keepalived/converge.yml @@ -25,7 +25,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -65,7 +65,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ############### @@ -115,5 +115,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/environment.yaml.j2') }}" changed_when: false diff --git a/molecule/keepalived/goss/config.yml.j2 b/molecule/keepalived/goss/config.yaml.j2 similarity index 100% rename from molecule/keepalived/goss/config.yml.j2 rename to molecule/keepalived/goss/config.yaml.j2 diff --git a/molecule/keepalived/goss/default.yml.j2 b/molecule/keepalived/goss/default.yaml.j2 similarity index 100% rename from molecule/keepalived/goss/default.yml.j2 rename to molecule/keepalived/goss/default.yaml.j2 diff --git a/molecule/keepalived/goss/environment.yml.j2 b/molecule/keepalived/goss/environment.yaml.j2 similarity index 100% rename from molecule/keepalived/goss/environment.yml.j2 rename to molecule/keepalived/goss/environment.yaml.j2 diff --git a/molecule/kernel/converge.yml b/molecule/kernel/converge.yml index 3ca62e569..1cd7b4532 100644 --- a/molecule/kernel/converge.yml +++ b/molecule/kernel/converge.yml @@ -20,5 +20,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/parameters.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/parameters.yaml.j2') }}" changed_when: false diff --git a/molecule/kernel/goss/parameters.yml.j2 b/molecule/kernel/goss/parameters.yaml.j2 similarity index 100% rename from molecule/kernel/goss/parameters.yml.j2 rename to molecule/kernel/goss/parameters.yaml.j2 diff --git a/molecule/locales/converge.yml b/molecule/locales/converge.yml index 6c878f2b0..ab67c16ec 100644 --- a/molecule/locales/converge.yml +++ b/molecule/locales/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ######### @@ -72,7 +72,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/codes_codes.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/codes_codes.yaml.j2') }}" changed_when: false - name: Codes - Default @@ -91,5 +91,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/codes_default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/codes_default.yaml.j2') }}" changed_when: false diff --git a/molecule/locales/goss/codes_codes.yml.j2 b/molecule/locales/goss/codes_codes.yaml.j2 similarity index 100% rename from molecule/locales/goss/codes_codes.yml.j2 rename to molecule/locales/goss/codes_codes.yaml.j2 diff --git a/molecule/locales/goss/codes_default.yml.j2 b/molecule/locales/goss/codes_default.yaml.j2 similarity index 100% rename from molecule/locales/goss/codes_default.yml.j2 rename to molecule/locales/goss/codes_default.yaml.j2 diff --git a/molecule/locales/goss/default.yml.j2 b/molecule/locales/goss/default.yaml.j2 similarity index 100% rename from molecule/locales/goss/default.yml.j2 rename to molecule/locales/goss/default.yaml.j2 diff --git a/molecule/logrotate/converge.yml b/molecule/logrotate/converge.yml index b82926110..8f81045ac 100644 --- a/molecule/logrotate/converge.yml +++ b/molecule/logrotate/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -113,5 +113,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/logrotate/goss/configs.yml.j2 b/molecule/logrotate/goss/configs.yaml.j2 similarity index 100% rename from molecule/logrotate/goss/configs.yml.j2 rename to molecule/logrotate/goss/configs.yaml.j2 diff --git a/molecule/logrotate/goss/default.yml.j2 b/molecule/logrotate/goss/default.yaml.j2 similarity index 100% rename from molecule/logrotate/goss/default.yml.j2 rename to molecule/logrotate/goss/default.yaml.j2 diff --git a/molecule/make/converge.yml b/molecule/make/converge.yml index 290bdd58d..e7c6e1387 100644 --- a/molecule/make/converge.yml +++ b/molecule/make/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/make/goss/default.yml.j2 b/molecule/make/goss/default.yaml.j2 similarity index 100% rename from molecule/make/goss/default.yml.j2 rename to molecule/make/goss/default.yaml.j2 diff --git a/molecule/maxscale.2.3/converge.yml b/molecule/maxscale.2.3/converge.yml index e0b31a0cf..689584759 100644 --- a/molecule/maxscale.2.3/converge.yml +++ b/molecule/maxscale.2.3/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/maxscale.2.3/goss/default.yml.j2 b/molecule/maxscale.2.3/goss/default.yaml.j2 similarity index 100% rename from molecule/maxscale.2.3/goss/default.yml.j2 rename to molecule/maxscale.2.3/goss/default.yaml.j2 diff --git a/molecule/maxscale.2.4/converge.yml b/molecule/maxscale.2.4/converge.yml index e0b31a0cf..689584759 100644 --- a/molecule/maxscale.2.4/converge.yml +++ b/molecule/maxscale.2.4/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/maxscale.2.4/goss/default.yml.j2 b/molecule/maxscale.2.4/goss/default.yaml.j2 similarity index 100% rename from molecule/maxscale.2.4/goss/default.yml.j2 rename to molecule/maxscale.2.4/goss/default.yaml.j2 diff --git a/molecule/maxscale.2.5/converge.yml b/molecule/maxscale.2.5/converge.yml index b33dd00a8..4e777d4eb 100644 --- a/molecule/maxscale.2.5/converge.yml +++ b/molecule/maxscale.2.5/converge.yml @@ -17,7 +17,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -58,7 +58,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -150,7 +150,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######### @@ -202,5 +202,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false diff --git a/molecule/maxscale.2.5/goss/config.yml.j2 b/molecule/maxscale.2.5/goss/config.yaml.j2 similarity index 100% rename from molecule/maxscale.2.5/goss/config.yml.j2 rename to molecule/maxscale.2.5/goss/config.yaml.j2 diff --git a/molecule/maxscale.2.5/goss/configs.yml.j2 b/molecule/maxscale.2.5/goss/configs.yaml.j2 similarity index 100% rename from molecule/maxscale.2.5/goss/configs.yml.j2 rename to molecule/maxscale.2.5/goss/configs.yaml.j2 diff --git a/molecule/maxscale.2.5/goss/default.yml.j2 b/molecule/maxscale.2.5/goss/default.yaml.j2 similarity index 100% rename from molecule/maxscale.2.5/goss/default.yml.j2 rename to molecule/maxscale.2.5/goss/default.yaml.j2 diff --git a/molecule/maxscale.2.5/goss/users.yml.j2 b/molecule/maxscale.2.5/goss/users.yaml.j2 similarity index 100% rename from molecule/maxscale.2.5/goss/users.yml.j2 rename to molecule/maxscale.2.5/goss/users.yaml.j2 diff --git a/molecule/maxscale.23.02/converge.yml b/molecule/maxscale.23.02/converge.yml index e16d4284a..e33fab014 100644 --- a/molecule/maxscale.23.02/converge.yml +++ b/molecule/maxscale.23.02/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -56,7 +56,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -147,7 +147,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######### @@ -198,5 +198,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false diff --git a/molecule/maxscale.23.02/goss/config.yml.j2 b/molecule/maxscale.23.02/goss/config.yaml.j2 similarity index 100% rename from molecule/maxscale.23.02/goss/config.yml.j2 rename to molecule/maxscale.23.02/goss/config.yaml.j2 diff --git a/molecule/maxscale.23.02/goss/configs.yml.j2 b/molecule/maxscale.23.02/goss/configs.yaml.j2 similarity index 100% rename from molecule/maxscale.23.02/goss/configs.yml.j2 rename to molecule/maxscale.23.02/goss/configs.yaml.j2 diff --git a/molecule/maxscale.23.02/goss/default.yml.j2 b/molecule/maxscale.23.02/goss/default.yaml.j2 similarity index 100% rename from molecule/maxscale.23.02/goss/default.yml.j2 rename to molecule/maxscale.23.02/goss/default.yaml.j2 diff --git a/molecule/maxscale.23.02/goss/users.yml.j2 b/molecule/maxscale.23.02/goss/users.yaml.j2 similarity index 100% rename from molecule/maxscale.23.02/goss/users.yml.j2 rename to molecule/maxscale.23.02/goss/users.yaml.j2 diff --git a/molecule/maxscale.6.1/converge.yml b/molecule/maxscale.6.1/converge.yml index 53c5e3349..28c3ff86e 100644 --- a/molecule/maxscale.6.1/converge.yml +++ b/molecule/maxscale.6.1/converge.yml @@ -18,7 +18,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -60,7 +60,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -153,7 +153,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######### @@ -206,5 +206,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false diff --git a/molecule/maxscale.6.1/goss/config.yml.j2 b/molecule/maxscale.6.1/goss/config.yaml.j2 similarity index 100% rename from molecule/maxscale.6.1/goss/config.yml.j2 rename to molecule/maxscale.6.1/goss/config.yaml.j2 diff --git a/molecule/maxscale.6.1/goss/configs.yml.j2 b/molecule/maxscale.6.1/goss/configs.yaml.j2 similarity index 100% rename from molecule/maxscale.6.1/goss/configs.yml.j2 rename to molecule/maxscale.6.1/goss/configs.yaml.j2 diff --git a/molecule/maxscale.6.1/goss/default.yml.j2 b/molecule/maxscale.6.1/goss/default.yaml.j2 similarity index 100% rename from molecule/maxscale.6.1/goss/default.yml.j2 rename to molecule/maxscale.6.1/goss/default.yaml.j2 diff --git a/molecule/maxscale.6.1/goss/users.yml.j2 b/molecule/maxscale.6.1/goss/users.yaml.j2 similarity index 100% rename from molecule/maxscale.6.1/goss/users.yml.j2 rename to molecule/maxscale.6.1/goss/users.yaml.j2 diff --git a/molecule/mongodb.4.4/converge.yml b/molecule/mongodb.4.4/converge.yml index 0cb263e50..e31b3c854 100644 --- a/molecule/mongodb.4.4/converge.yml +++ b/molecule/mongodb.4.4/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -67,5 +67,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/mongodb.4.4/goss/config.yml.j2 b/molecule/mongodb.4.4/goss/config.yaml.j2 similarity index 100% rename from molecule/mongodb.4.4/goss/config.yml.j2 rename to molecule/mongodb.4.4/goss/config.yaml.j2 diff --git a/molecule/mongodb.4.4/goss/default.yml.j2 b/molecule/mongodb.4.4/goss/default.yaml.j2 similarity index 100% rename from molecule/mongodb.4.4/goss/default.yml.j2 rename to molecule/mongodb.4.4/goss/default.yaml.j2 diff --git a/molecule/motd/converge.yml b/molecule/motd/converge.yml index ac871916c..8e67e25ee 100644 --- a/molecule/motd/converge.yml +++ b/molecule/motd/converge.yml @@ -91,5 +91,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/scripts.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/scripts.yaml.j2') }}" changed_when: false diff --git a/molecule/motd/goss/scripts.yml.j2 b/molecule/motd/goss/scripts.yaml.j2 similarity index 100% rename from molecule/motd/goss/scripts.yml.j2 rename to molecule/motd/goss/scripts.yaml.j2 diff --git a/molecule/mount/converge.yml b/molecule/mount/converge.yml index 714d5b71f..d65fe872a 100644 --- a/molecule/mount/converge.yml +++ b/molecule/mount/converge.yml @@ -37,5 +37,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/points.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/points.yaml.j2') }}" changed_when: false diff --git a/molecule/mount/goss/points.yml.j2 b/molecule/mount/goss/points.yaml.j2 similarity index 100% rename from molecule/mount/goss/points.yml.j2 rename to molecule/mount/goss/points.yaml.j2 diff --git a/molecule/mysql.5.7/converge.yml b/molecule/mysql.5.7/converge.yml index 19742d648..9b00db6a8 100644 --- a/molecule/mysql.5.7/converge.yml +++ b/molecule/mysql.5.7/converge.yml @@ -25,7 +25,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -53,7 +53,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yaml.j2') }}" changed_when: false ########## @@ -105,7 +105,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -205,7 +205,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######## @@ -243,7 +243,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yaml.j2') }}" changed_when: false ######### @@ -303,7 +303,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false ############# @@ -355,5 +355,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.5.7/goss/client.yml.j2 b/molecule/mysql.5.7/goss/client.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/client.yml.j2 rename to molecule/mysql.5.7/goss/client.yaml.j2 diff --git a/molecule/mysql.5.7/goss/config.yml.j2 b/molecule/mysql.5.7/goss/config.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/config.yml.j2 rename to molecule/mysql.5.7/goss/config.yaml.j2 diff --git a/molecule/mysql.5.7/goss/configs.yml.j2 b/molecule/mysql.5.7/goss/configs.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/configs.yml.j2 rename to molecule/mysql.5.7/goss/configs.yaml.j2 diff --git a/molecule/mysql.5.7/goss/data.yml.j2 b/molecule/mysql.5.7/goss/data.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/data.yml.j2 rename to molecule/mysql.5.7/goss/data.yaml.j2 diff --git a/molecule/mysql.5.7/goss/data_dir.yml.j2 b/molecule/mysql.5.7/goss/data_dir.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/data_dir.yml.j2 rename to molecule/mysql.5.7/goss/data_dir.yaml.j2 diff --git a/molecule/mysql.5.7/goss/databases.yml.j2 b/molecule/mysql.5.7/goss/databases.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/databases.yml.j2 rename to molecule/mysql.5.7/goss/databases.yaml.j2 diff --git a/molecule/mysql.5.7/goss/default.yml.j2 b/molecule/mysql.5.7/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/default.yml.j2 rename to molecule/mysql.5.7/goss/default.yaml.j2 diff --git a/molecule/mysql.5.7/goss/users.yml.j2 b/molecule/mysql.5.7/goss/users.yaml.j2 similarity index 100% rename from molecule/mysql.5.7/goss/users.yml.j2 rename to molecule/mysql.5.7/goss/users.yaml.j2 diff --git a/molecule/mysql.8.0/converge.yml b/molecule/mysql.8.0/converge.yml index 67c67667f..480d125f4 100644 --- a/molecule/mysql.8.0/converge.yml +++ b/molecule/mysql.8.0/converge.yml @@ -32,7 +32,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -61,7 +61,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yaml.j2') }}" changed_when: false ########## @@ -114,7 +114,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -215,7 +215,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######## @@ -256,7 +256,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yaml.j2') }}" changed_when: false ######### @@ -323,7 +323,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false ############# @@ -382,5 +382,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.8.0/goss/client.yml.j2 b/molecule/mysql.8.0/goss/client.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/client.yml.j2 rename to molecule/mysql.8.0/goss/client.yaml.j2 diff --git a/molecule/mysql.8.0/goss/config.yml.j2 b/molecule/mysql.8.0/goss/config.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/config.yml.j2 rename to molecule/mysql.8.0/goss/config.yaml.j2 diff --git a/molecule/mysql.8.0/goss/configs.yml.j2 b/molecule/mysql.8.0/goss/configs.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/configs.yml.j2 rename to molecule/mysql.8.0/goss/configs.yaml.j2 diff --git a/molecule/mysql.8.0/goss/data.yml.j2 b/molecule/mysql.8.0/goss/data.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/data.yml.j2 rename to molecule/mysql.8.0/goss/data.yaml.j2 diff --git a/molecule/mysql.8.0/goss/data_dir.yml.j2 b/molecule/mysql.8.0/goss/data_dir.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/data_dir.yml.j2 rename to molecule/mysql.8.0/goss/data_dir.yaml.j2 diff --git a/molecule/mysql.8.0/goss/databases.yml.j2 b/molecule/mysql.8.0/goss/databases.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/databases.yml.j2 rename to molecule/mysql.8.0/goss/databases.yaml.j2 diff --git a/molecule/mysql.8.0/goss/default.yml.j2 b/molecule/mysql.8.0/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/default.yml.j2 rename to molecule/mysql.8.0/goss/default.yaml.j2 diff --git a/molecule/mysql.8.0/goss/users.yml.j2 b/molecule/mysql.8.0/goss/users.yaml.j2 similarity index 100% rename from molecule/mysql.8.0/goss/users.yml.j2 rename to molecule/mysql.8.0/goss/users.yaml.j2 diff --git a/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/converge.yml b/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/converge.yml index b7299e2f1..447e7fd7e 100644 --- a/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/converge.yml +++ b/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/converge.yml @@ -44,5 +44,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/goss/default.yml.j2 b/molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/goss/default.yml.j2 rename to molecule/mysql.galera.4.10.mysql_wsrep.8.0.26/goss/default.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/converge.yml b/molecule/mysql.mariadb.10.11/converge.yml index 1b3e9da52..55624250a 100644 --- a/molecule/mysql.mariadb.10.11/converge.yml +++ b/molecule/mysql.mariadb.10.11/converge.yml @@ -26,7 +26,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ################### @@ -63,7 +63,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false - name: Cleanup ansible.builtin.apt: @@ -96,7 +96,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yaml.j2') }}" changed_when: false ########## @@ -150,7 +150,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -252,7 +252,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######## @@ -293,7 +293,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/data.yaml.j2') }}" changed_when: false ######### @@ -354,7 +354,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false ############# @@ -408,5 +408,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/databases.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.mariadb.10.11/goss/client.yml.j2 b/molecule/mysql.mariadb.10.11/goss/client.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/client.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/client.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/config.yml.j2 b/molecule/mysql.mariadb.10.11/goss/config.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/config.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/config.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/configs.yml.j2 b/molecule/mysql.mariadb.10.11/goss/configs.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/configs.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/configs.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/data.yml.j2 b/molecule/mysql.mariadb.10.11/goss/data.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/data.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/data.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/data_dir.yml.j2 b/molecule/mysql.mariadb.10.11/goss/data_dir.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/data_dir.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/data_dir.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/databases.yml.j2 b/molecule/mysql.mariadb.10.11/goss/databases.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/databases.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/databases.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/default.yml.j2 b/molecule/mysql.mariadb.10.11/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/default.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/default.yaml.j2 diff --git a/molecule/mysql.mariadb.10.11/goss/users.yml.j2 b/molecule/mysql.mariadb.10.11/goss/users.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.11/goss/users.yml.j2 rename to molecule/mysql.mariadb.10.11/goss/users.yaml.j2 diff --git a/molecule/mysql.mariadb.10.3/converge.yml b/molecule/mysql.mariadb.10.3/converge.yml index 934215e8a..d15c5ae59 100644 --- a/molecule/mysql.mariadb.10.3/converge.yml +++ b/molecule/mysql.mariadb.10.3/converge.yml @@ -41,5 +41,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.mariadb.10.3/goss/default.yml.j2 b/molecule/mysql.mariadb.10.3/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.3/goss/default.yml.j2 rename to molecule/mysql.mariadb.10.3/goss/default.yaml.j2 diff --git a/molecule/mysql.mariadb.10.4/converge.yml b/molecule/mysql.mariadb.10.4/converge.yml index 934215e8a..d15c5ae59 100644 --- a/molecule/mysql.mariadb.10.4/converge.yml +++ b/molecule/mysql.mariadb.10.4/converge.yml @@ -41,5 +41,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.mariadb.10.4/goss/default.yml.j2 b/molecule/mysql.mariadb.10.4/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.4/goss/default.yml.j2 rename to molecule/mysql.mariadb.10.4/goss/default.yaml.j2 diff --git a/molecule/mysql.mariadb.10.5/converge.yml b/molecule/mysql.mariadb.10.5/converge.yml index dba75ad78..9e9b8b77d 100644 --- a/molecule/mysql.mariadb.10.5/converge.yml +++ b/molecule/mysql.mariadb.10.5/converge.yml @@ -42,5 +42,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.mariadb.10.5/goss/default.yml.j2 b/molecule/mysql.mariadb.10.5/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.5/goss/default.yml.j2 rename to molecule/mysql.mariadb.10.5/goss/default.yaml.j2 diff --git a/molecule/mysql.mariadb.10.6/converge.yml b/molecule/mysql.mariadb.10.6/converge.yml index dba75ad78..9e9b8b77d 100644 --- a/molecule/mysql.mariadb.10.6/converge.yml +++ b/molecule/mysql.mariadb.10.6/converge.yml @@ -42,5 +42,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/mysql.mariadb.10.6/goss/default.yml.j2 b/molecule/mysql.mariadb.10.6/goss/default.yaml.j2 similarity index 100% rename from molecule/mysql.mariadb.10.6/goss/default.yml.j2 rename to molecule/mysql.mariadb.10.6/goss/default.yaml.j2 diff --git a/molecule/network/converge.yml b/molecule/network/converge.yml index 17fc08fc1..af85cfe4c 100644 --- a/molecule/network/converge.yml +++ b/molecule/network/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ######### @@ -54,7 +54,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/hosts.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/hosts.yaml.j2') }}" changed_when: false ################### @@ -94,7 +94,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/resolver_config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/resolver_config.yaml.j2') }}" changed_when: false ##################### @@ -134,7 +134,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/interfaces_config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/interfaces_config.yaml.j2') }}" changed_when: false ###################### @@ -225,7 +225,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/interfaces_configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/interfaces_configs.yaml.j2') }}" changed_when: false ################## @@ -264,7 +264,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/routing_tables.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/routing_tables.yaml.j2') }}" changed_when: false ################### diff --git a/molecule/network/goss/default.yml.j2 b/molecule/network/goss/default.yaml.j2 similarity index 100% rename from molecule/network/goss/default.yml.j2 rename to molecule/network/goss/default.yaml.j2 diff --git a/molecule/network/goss/hosts.yml.j2 b/molecule/network/goss/hosts.yaml.j2 similarity index 100% rename from molecule/network/goss/hosts.yml.j2 rename to molecule/network/goss/hosts.yaml.j2 diff --git a/molecule/network/goss/interfaces_config.yml.j2 b/molecule/network/goss/interfaces_config.yaml.j2 similarity index 100% rename from molecule/network/goss/interfaces_config.yml.j2 rename to molecule/network/goss/interfaces_config.yaml.j2 diff --git a/molecule/network/goss/interfaces_configs.yml.j2 b/molecule/network/goss/interfaces_configs.yaml.j2 similarity index 100% rename from molecule/network/goss/interfaces_configs.yml.j2 rename to molecule/network/goss/interfaces_configs.yaml.j2 diff --git a/molecule/network/goss/resolver_config.yml.j2 b/molecule/network/goss/resolver_config.yaml.j2 similarity index 100% rename from molecule/network/goss/resolver_config.yml.j2 rename to molecule/network/goss/resolver_config.yaml.j2 diff --git a/molecule/network/goss/routing_tables.yml.j2 b/molecule/network/goss/routing_tables.yaml.j2 similarity index 100% rename from molecule/network/goss/routing_tables.yml.j2 rename to molecule/network/goss/routing_tables.yaml.j2 diff --git a/molecule/nginx/converge.yml b/molecule/nginx/converge.yml index f4ba77699..b757ac49e 100644 --- a/molecule/nginx/converge.yml +++ b/molecule/nginx/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -72,7 +72,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -174,5 +174,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/nginx/goss/config.yml.j2 b/molecule/nginx/goss/config.yaml.j2 similarity index 100% rename from molecule/nginx/goss/config.yml.j2 rename to molecule/nginx/goss/config.yaml.j2 diff --git a/molecule/nginx/goss/configs.yml.j2 b/molecule/nginx/goss/configs.yaml.j2 similarity index 100% rename from molecule/nginx/goss/configs.yml.j2 rename to molecule/nginx/goss/configs.yaml.j2 diff --git a/molecule/nginx/goss/default.yml.j2 b/molecule/nginx/goss/default.yaml.j2 similarity index 100% rename from molecule/nginx/goss/default.yml.j2 rename to molecule/nginx/goss/default.yaml.j2 diff --git a/molecule/ngrok/converge.yml b/molecule/ngrok/converge.yml index be160366c..db9358ea8 100644 --- a/molecule/ngrok/converge.yml +++ b/molecule/ngrok/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -46,7 +46,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yaml.j2') }}" changed_when: false ########### @@ -141,5 +141,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/ngrok/goss/configs.yml.j2 b/molecule/ngrok/goss/configs.yaml.j2 similarity index 100% rename from molecule/ngrok/goss/configs.yml.j2 rename to molecule/ngrok/goss/configs.yaml.j2 diff --git a/molecule/ngrok/goss/default.yml.j2 b/molecule/ngrok/goss/default.yaml.j2 similarity index 100% rename from molecule/ngrok/goss/default.yml.j2 rename to molecule/ngrok/goss/default.yaml.j2 diff --git a/molecule/ngrok/goss/version.yml.j2 b/molecule/ngrok/goss/version.yaml.j2 similarity index 100% rename from molecule/ngrok/goss/version.yml.j2 rename to molecule/ngrok/goss/version.yaml.j2 diff --git a/molecule/nodejs.10/converge.yml b/molecule/nodejs.10/converge.yml index 44e9b4709..c168b423f 100644 --- a/molecule/nodejs.10/converge.yml +++ b/molecule/nodejs.10/converge.yml @@ -18,5 +18,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.10/goss/default.yml.j2 b/molecule/nodejs.10/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.10/goss/default.yml.j2 rename to molecule/nodejs.10/goss/default.yaml.j2 diff --git a/molecule/nodejs.12/converge.yml b/molecule/nodejs.12/converge.yml index 17cfcf79a..d8953e085 100644 --- a/molecule/nodejs.12/converge.yml +++ b/molecule/nodejs.12/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.12/goss/default.yml.j2 b/molecule/nodejs.12/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.12/goss/default.yml.j2 rename to molecule/nodejs.12/goss/default.yaml.j2 diff --git a/molecule/nodejs.14/converge.yml b/molecule/nodejs.14/converge.yml index 17cfcf79a..d8953e085 100644 --- a/molecule/nodejs.14/converge.yml +++ b/molecule/nodejs.14/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.14/goss/default.yml.j2 b/molecule/nodejs.14/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.14/goss/default.yml.j2 rename to molecule/nodejs.14/goss/default.yaml.j2 diff --git a/molecule/nodejs.16/converge.yml b/molecule/nodejs.16/converge.yml index 17cfcf79a..d8953e085 100644 --- a/molecule/nodejs.16/converge.yml +++ b/molecule/nodejs.16/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.16/goss/default.yml.j2 b/molecule/nodejs.16/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.16/goss/default.yml.j2 rename to molecule/nodejs.16/goss/default.yaml.j2 diff --git a/molecule/nodejs.18/converge.yml b/molecule/nodejs.18/converge.yml index 17cfcf79a..d8953e085 100644 --- a/molecule/nodejs.18/converge.yml +++ b/molecule/nodejs.18/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.18/goss/default.yml.j2 b/molecule/nodejs.18/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.18/goss/default.yml.j2 rename to molecule/nodejs.18/goss/default.yaml.j2 diff --git a/molecule/nodejs.20/converge.yml b/molecule/nodejs.20/converge.yml index 17cfcf79a..d8953e085 100644 --- a/molecule/nodejs.20/converge.yml +++ b/molecule/nodejs.20/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.20/goss/default.yml.j2 b/molecule/nodejs.20/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.20/goss/default.yml.j2 rename to molecule/nodejs.20/goss/default.yaml.j2 diff --git a/molecule/nodejs.4/converge.yml b/molecule/nodejs.4/converge.yml index f3973787d..fbdb8be31 100644 --- a/molecule/nodejs.4/converge.yml +++ b/molecule/nodejs.4/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.4/goss/default.yml.j2 b/molecule/nodejs.4/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.4/goss/default.yml.j2 rename to molecule/nodejs.4/goss/default.yaml.j2 diff --git a/molecule/nodejs.6/converge.yml b/molecule/nodejs.6/converge.yml index f3973787d..fbdb8be31 100644 --- a/molecule/nodejs.6/converge.yml +++ b/molecule/nodejs.6/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.6/goss/default.yml.j2 b/molecule/nodejs.6/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.6/goss/default.yml.j2 rename to molecule/nodejs.6/goss/default.yaml.j2 diff --git a/molecule/nodejs.7/converge.yml b/molecule/nodejs.7/converge.yml index f3973787d..fbdb8be31 100644 --- a/molecule/nodejs.7/converge.yml +++ b/molecule/nodejs.7/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.7/goss/default.yml.j2 b/molecule/nodejs.7/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.7/goss/default.yml.j2 rename to molecule/nodejs.7/goss/default.yaml.j2 diff --git a/molecule/nodejs.8/converge.yml b/molecule/nodejs.8/converge.yml index f3973787d..fbdb8be31 100644 --- a/molecule/nodejs.8/converge.yml +++ b/molecule/nodejs.8/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.8/goss/default.yml.j2 b/molecule/nodejs.8/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.8/goss/default.yml.j2 rename to molecule/nodejs.8/goss/default.yaml.j2 diff --git a/molecule/nodejs.9/converge.yml b/molecule/nodejs.9/converge.yml index f3973787d..fbdb8be31 100644 --- a/molecule/nodejs.9/converge.yml +++ b/molecule/nodejs.9/converge.yml @@ -17,5 +17,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/nodejs.9/goss/default.yml.j2 b/molecule/nodejs.9/goss/default.yaml.j2 similarity index 100% rename from molecule/nodejs.9/goss/default.yml.j2 rename to molecule/nodejs.9/goss/default.yaml.j2 diff --git a/molecule/npm/converge.yml b/molecule/npm/converge.yml index 9ec8e291a..793486b65 100644 --- a/molecule/npm/converge.yml +++ b/molecule/npm/converge.yml @@ -24,5 +24,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/packages.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/packages.yaml.j2') }}" changed_when: false diff --git a/molecule/npm/goss/packages.yml.j2 b/molecule/npm/goss/packages.yaml.j2 similarity index 100% rename from molecule/npm/goss/packages.yml.j2 rename to molecule/npm/goss/packages.yaml.j2 diff --git a/molecule/ntp/converge.yml b/molecule/ntp/converge.yml index 175000571..85d0eea31 100644 --- a/molecule/ntp/converge.yml +++ b/molecule/ntp/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/ntp/goss/default.yml.j2 b/molecule/ntp/goss/default.yaml.j2 similarity index 100% rename from molecule/ntp/goss/default.yml.j2 rename to molecule/ntp/goss/default.yaml.j2 diff --git a/molecule/ohmyzsh/converge.yml b/molecule/ohmyzsh/converge.yml index b1c5b6fb0..cb05ec015 100644 --- a/molecule/ohmyzsh/converge.yml +++ b/molecule/ohmyzsh/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ################# @@ -107,7 +107,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/custom_themes.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/custom_themes.yaml.j2') }}" changed_when: false ######### @@ -178,5 +178,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false diff --git a/molecule/ohmyzsh/goss/custom_themes.yml.j2 b/molecule/ohmyzsh/goss/custom_themes.yaml.j2 similarity index 100% rename from molecule/ohmyzsh/goss/custom_themes.yml.j2 rename to molecule/ohmyzsh/goss/custom_themes.yaml.j2 diff --git a/molecule/ohmyzsh/goss/default.yml.j2 b/molecule/ohmyzsh/goss/default.yaml.j2 similarity index 100% rename from molecule/ohmyzsh/goss/default.yml.j2 rename to molecule/ohmyzsh/goss/default.yaml.j2 diff --git a/molecule/ohmyzsh/goss/users.yml.j2 b/molecule/ohmyzsh/goss/users.yaml.j2 similarity index 100% rename from molecule/ohmyzsh/goss/users.yml.j2 rename to molecule/ohmyzsh/goss/users.yaml.j2 diff --git a/molecule/pam_ssh_agent_auth/converge.yml b/molecule/pam_ssh_agent_auth/converge.yml index b44d7847d..cd5a84ed5 100644 --- a/molecule/pam_ssh_agent_auth/converge.yml +++ b/molecule/pam_ssh_agent_auth/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/pam_ssh_agent_auth/goss/default.yml.j2 b/molecule/pam_ssh_agent_auth/goss/default.yaml.j2 similarity index 100% rename from molecule/pam_ssh_agent_auth/goss/default.yml.j2 rename to molecule/pam_ssh_agent_auth/goss/default.yaml.j2 diff --git a/molecule/php.5.6/converge.yml b/molecule/php.5.6/converge.yml index 2db03c6d6..249dd00c2 100644 --- a/molecule/php.5.6/converge.yml +++ b/molecule/php.5.6/converge.yml @@ -70,7 +70,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ############# @@ -111,7 +111,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yaml.j2') }}" changed_when: false ########### @@ -243,7 +243,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ############# @@ -364,5 +364,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yaml.j2') }}" changed_when: false diff --git a/molecule/php.5.6/goss/configs.yml.j2 b/molecule/php.5.6/goss/configs.yaml.j2 similarity index 100% rename from molecule/php.5.6/goss/configs.yml.j2 rename to molecule/php.5.6/goss/configs.yaml.j2 diff --git a/molecule/php.5.6/goss/default.yml.j2 b/molecule/php.5.6/goss/default.yaml.j2 similarity index 100% rename from molecule/php.5.6/goss/default.yml.j2 rename to molecule/php.5.6/goss/default.yaml.j2 diff --git a/molecule/php.5.6/goss/exclusive.yml.j2 b/molecule/php.5.6/goss/exclusive.yaml.j2 similarity index 100% rename from molecule/php.5.6/goss/exclusive.yml.j2 rename to molecule/php.5.6/goss/exclusive.yaml.j2 diff --git a/molecule/php.5.6/goss/fpm_pools.yml.j2 b/molecule/php.5.6/goss/fpm_pools.yaml.j2 similarity index 100% rename from molecule/php.5.6/goss/fpm_pools.yml.j2 rename to molecule/php.5.6/goss/fpm_pools.yaml.j2 diff --git a/molecule/php.7.0/converge.yml b/molecule/php.7.0/converge.yml index 1d0c35155..b992e568e 100644 --- a/molecule/php.7.0/converge.yml +++ b/molecule/php.7.0/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.7.0/goss/default.yml.j2 b/molecule/php.7.0/goss/default.yaml.j2 similarity index 100% rename from molecule/php.7.0/goss/default.yml.j2 rename to molecule/php.7.0/goss/default.yaml.j2 diff --git a/molecule/php.7.1/converge.yml b/molecule/php.7.1/converge.yml index 1eae02562..912a25c39 100644 --- a/molecule/php.7.1/converge.yml +++ b/molecule/php.7.1/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.7.1/goss/default.yml.j2 b/molecule/php.7.1/goss/default.yaml.j2 similarity index 100% rename from molecule/php.7.1/goss/default.yml.j2 rename to molecule/php.7.1/goss/default.yaml.j2 diff --git a/molecule/php.7.2/converge.yml b/molecule/php.7.2/converge.yml index 24cb0712d..4f8b2c083 100644 --- a/molecule/php.7.2/converge.yml +++ b/molecule/php.7.2/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.7.2/goss/default.yml.j2 b/molecule/php.7.2/goss/default.yaml.j2 similarity index 100% rename from molecule/php.7.2/goss/default.yml.j2 rename to molecule/php.7.2/goss/default.yaml.j2 diff --git a/molecule/php.7.3/converge.yml b/molecule/php.7.3/converge.yml index 18ba1949a..61a0037da 100644 --- a/molecule/php.7.3/converge.yml +++ b/molecule/php.7.3/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.7.3/goss/default.yml.j2 b/molecule/php.7.3/goss/default.yaml.j2 similarity index 100% rename from molecule/php.7.3/goss/default.yml.j2 rename to molecule/php.7.3/goss/default.yaml.j2 diff --git a/molecule/php.7.4/converge.yml b/molecule/php.7.4/converge.yml index 38bb3b0ef..84aa056b1 100644 --- a/molecule/php.7.4/converge.yml +++ b/molecule/php.7.4/converge.yml @@ -70,7 +70,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ############# @@ -111,7 +111,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yaml.j2') }}" changed_when: false ########### @@ -243,7 +243,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ############# @@ -364,5 +364,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yaml.j2') }}" changed_when: false diff --git a/molecule/php.7.4/goss/configs.yml.j2 b/molecule/php.7.4/goss/configs.yaml.j2 similarity index 100% rename from molecule/php.7.4/goss/configs.yml.j2 rename to molecule/php.7.4/goss/configs.yaml.j2 diff --git a/molecule/php.7.4/goss/default.yml.j2 b/molecule/php.7.4/goss/default.yaml.j2 similarity index 100% rename from molecule/php.7.4/goss/default.yml.j2 rename to molecule/php.7.4/goss/default.yaml.j2 diff --git a/molecule/php.7.4/goss/exclusive.yml.j2 b/molecule/php.7.4/goss/exclusive.yaml.j2 similarity index 100% rename from molecule/php.7.4/goss/exclusive.yml.j2 rename to molecule/php.7.4/goss/exclusive.yaml.j2 diff --git a/molecule/php.7.4/goss/fpm_pools.yml.j2 b/molecule/php.7.4/goss/fpm_pools.yaml.j2 similarity index 100% rename from molecule/php.7.4/goss/fpm_pools.yml.j2 rename to molecule/php.7.4/goss/fpm_pools.yaml.j2 diff --git a/molecule/php.8.0/converge.yml b/molecule/php.8.0/converge.yml index 29a9f486d..4bae771e0 100644 --- a/molecule/php.8.0/converge.yml +++ b/molecule/php.8.0/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.8.0/goss/default.yml.j2 b/molecule/php.8.0/goss/default.yaml.j2 similarity index 100% rename from molecule/php.8.0/goss/default.yml.j2 rename to molecule/php.8.0/goss/default.yaml.j2 diff --git a/molecule/php.8.1/converge.yml b/molecule/php.8.1/converge.yml index 8c7ccd534..698dab57e 100644 --- a/molecule/php.8.1/converge.yml +++ b/molecule/php.8.1/converge.yml @@ -70,5 +70,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/php.8.1/goss/default.yml.j2 b/molecule/php.8.1/goss/default.yaml.j2 similarity index 100% rename from molecule/php.8.1/goss/default.yml.j2 rename to molecule/php.8.1/goss/default.yaml.j2 diff --git a/molecule/php.8.2/converge.yml b/molecule/php.8.2/converge.yml index 3100c7c31..1bc978d21 100644 --- a/molecule/php.8.2/converge.yml +++ b/molecule/php.8.2/converge.yml @@ -70,7 +70,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ############# @@ -111,7 +111,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/exclusive.yaml.j2') }}" changed_when: false ########### @@ -243,7 +243,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ############# @@ -367,5 +367,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/fpm_pools.yaml.j2') }}" changed_when: false diff --git a/molecule/php.8.2/goss/configs.yml.j2 b/molecule/php.8.2/goss/configs.yaml.j2 similarity index 100% rename from molecule/php.8.2/goss/configs.yml.j2 rename to molecule/php.8.2/goss/configs.yaml.j2 diff --git a/molecule/php.8.2/goss/default.yml.j2 b/molecule/php.8.2/goss/default.yaml.j2 similarity index 100% rename from molecule/php.8.2/goss/default.yml.j2 rename to molecule/php.8.2/goss/default.yaml.j2 diff --git a/molecule/php.8.2/goss/exclusive.yml.j2 b/molecule/php.8.2/goss/exclusive.yaml.j2 similarity index 100% rename from molecule/php.8.2/goss/exclusive.yml.j2 rename to molecule/php.8.2/goss/exclusive.yaml.j2 diff --git a/molecule/php.8.2/goss/fpm_pools.yml.j2 b/molecule/php.8.2/goss/fpm_pools.yaml.j2 similarity index 100% rename from molecule/php.8.2/goss/fpm_pools.yml.j2 rename to molecule/php.8.2/goss/fpm_pools.yaml.j2 diff --git a/molecule/postgresql.9.4/converge.yml b/molecule/postgresql.9.4/converge.yml index 0973bc2c4..e540fcfe6 100644 --- a/molecule/postgresql.9.4/converge.yml +++ b/molecule/postgresql.9.4/converge.yml @@ -34,7 +34,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -83,5 +83,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/postgresql.9.4/goss/config.yml.j2 b/molecule/postgresql.9.4/goss/config.yaml.j2 similarity index 100% rename from molecule/postgresql.9.4/goss/config.yml.j2 rename to molecule/postgresql.9.4/goss/config.yaml.j2 diff --git a/molecule/postgresql.9.4/goss/default.yml.j2 b/molecule/postgresql.9.4/goss/default.yaml.j2 similarity index 100% rename from molecule/postgresql.9.4/goss/default.yml.j2 rename to molecule/postgresql.9.4/goss/default.yaml.j2 diff --git a/molecule/proftpd/converge.yml b/molecule/proftpd/converge.yml index f1f89523d..e8720ce47 100644 --- a/molecule/proftpd/converge.yml +++ b/molecule/proftpd/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -121,7 +121,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ######### @@ -162,5 +162,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/users.yaml.j2') }}" changed_when: false diff --git a/molecule/proftpd/goss/configs.yml.j2 b/molecule/proftpd/goss/configs.yaml.j2 similarity index 100% rename from molecule/proftpd/goss/configs.yml.j2 rename to molecule/proftpd/goss/configs.yaml.j2 diff --git a/molecule/proftpd/goss/default.yml.j2 b/molecule/proftpd/goss/default.yaml.j2 similarity index 100% rename from molecule/proftpd/goss/default.yml.j2 rename to molecule/proftpd/goss/default.yaml.j2 diff --git a/molecule/proftpd/goss/users.yml.j2 b/molecule/proftpd/goss/users.yaml.j2 similarity index 100% rename from molecule/proftpd/goss/users.yml.j2 rename to molecule/proftpd/goss/users.yaml.j2 diff --git a/molecule/prometheus/converge.yml b/molecule/prometheus/converge.yml index 65ee374b8..b1cdc3e34 100644 --- a/molecule/prometheus/converge.yml +++ b/molecule/prometheus/converge.yml @@ -18,5 +18,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/prometheus/goss/default.yml.j2 b/molecule/prometheus/goss/default.yaml.j2 similarity index 100% rename from molecule/prometheus/goss/default.yml.j2 rename to molecule/prometheus/goss/default.yaml.j2 diff --git a/molecule/promtail/converge.yml b/molecule/promtail/converge.yml index 3e79d297f..8f16ee13c 100644 --- a/molecule/promtail/converge.yml +++ b/molecule/promtail/converge.yml @@ -23,5 +23,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/promtail/goss/default.yml.j2 b/molecule/promtail/goss/default.yaml.j2 similarity index 100% rename from molecule/promtail/goss/default.yml.j2 rename to molecule/promtail/goss/default.yaml.j2 diff --git a/molecule/redis.5.0/converge.yml b/molecule/redis.5.0/converge.yml index a797e2c96..1f2920c85 100644 --- a/molecule/redis.5.0/converge.yml +++ b/molecule/redis.5.0/converge.yml @@ -19,5 +19,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/redis.5.0/goss/default.yml.j2 b/molecule/redis.5.0/goss/default.yaml.j2 similarity index 100% rename from molecule/redis.5.0/goss/default.yml.j2 rename to molecule/redis.5.0/goss/default.yaml.j2 diff --git a/molecule/redis.6.0/converge.yml b/molecule/redis.6.0/converge.yml index 2590e9611..bb0d9ca1b 100644 --- a/molecule/redis.6.0/converge.yml +++ b/molecule/redis.6.0/converge.yml @@ -20,7 +20,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -95,5 +95,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/redis.6.0/goss/config.yml.j2 b/molecule/redis.6.0/goss/config.yaml.j2 similarity index 100% rename from molecule/redis.6.0/goss/config.yml.j2 rename to molecule/redis.6.0/goss/config.yaml.j2 diff --git a/molecule/redis.6.0/goss/default.yml.j2 b/molecule/redis.6.0/goss/default.yaml.j2 similarity index 100% rename from molecule/redis.6.0/goss/default.yml.j2 rename to molecule/redis.6.0/goss/default.yaml.j2 diff --git a/molecule/redis.7.0/converge.yml b/molecule/redis.7.0/converge.yml index f9eddd696..eaf87c7d3 100644 --- a/molecule/redis.7.0/converge.yml +++ b/molecule/redis.7.0/converge.yml @@ -20,7 +20,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -95,5 +95,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/redis.7.0/goss/config.yml.j2 b/molecule/redis.7.0/goss/config.yaml.j2 similarity index 100% rename from molecule/redis.7.0/goss/config.yml.j2 rename to molecule/redis.7.0/goss/config.yaml.j2 diff --git a/molecule/redis.7.0/goss/default.yml.j2 b/molecule/redis.7.0/goss/default.yaml.j2 similarity index 100% rename from molecule/redis.7.0/goss/default.yml.j2 rename to molecule/redis.7.0/goss/default.yaml.j2 diff --git a/molecule/rsyslog/converge.yml b/molecule/rsyslog/converge.yml index f3e738d00..afbea8dc7 100644 --- a/molecule/rsyslog/converge.yml +++ b/molecule/rsyslog/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -66,7 +66,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -157,5 +157,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/rsyslog/goss/config.yml.j2 b/molecule/rsyslog/goss/config.yaml.j2 similarity index 100% rename from molecule/rsyslog/goss/config.yml.j2 rename to molecule/rsyslog/goss/config.yaml.j2 diff --git a/molecule/rsyslog/goss/configs.yml.j2 b/molecule/rsyslog/goss/configs.yaml.j2 similarity index 100% rename from molecule/rsyslog/goss/configs.yml.j2 rename to molecule/rsyslog/goss/configs.yaml.j2 diff --git a/molecule/rsyslog/goss/default.yml.j2 b/molecule/rsyslog/goss/default.yaml.j2 similarity index 100% rename from molecule/rsyslog/goss/default.yml.j2 rename to molecule/rsyslog/goss/default.yaml.j2 diff --git a/molecule/sensu_go/converge.yml b/molecule/sensu_go/converge.yml index a4ed7682b..2771c4a97 100644 --- a/molecule/sensu_go/converge.yml +++ b/molecule/sensu_go/converge.yml @@ -18,7 +18,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -52,5 +52,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/sensu_go/goss/config.yml.j2 b/molecule/sensu_go/goss/config.yaml.j2 similarity index 100% rename from molecule/sensu_go/goss/config.yml.j2 rename to molecule/sensu_go/goss/config.yaml.j2 diff --git a/molecule/sensu_go/goss/default.yml.j2 b/molecule/sensu_go/goss/default.yaml.j2 similarity index 100% rename from molecule/sensu_go/goss/default.yml.j2 rename to molecule/sensu_go/goss/default.yaml.j2 diff --git a/molecule/shorewall/converge.yml b/molecule/shorewall/converge.yml index 30a5e0df6..99a323718 100644 --- a/molecule/shorewall/converge.yml +++ b/molecule/shorewall/converge.yml @@ -31,7 +31,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -141,7 +141,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false ########## @@ -193,5 +193,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/shorewall/goss/config.yml.j2 b/molecule/shorewall/goss/config.yaml.j2 similarity index 100% rename from molecule/shorewall/goss/config.yml.j2 rename to molecule/shorewall/goss/config.yaml.j2 diff --git a/molecule/shorewall/goss/configs.yml.j2 b/molecule/shorewall/goss/configs.yaml.j2 similarity index 100% rename from molecule/shorewall/goss/configs.yml.j2 rename to molecule/shorewall/goss/configs.yaml.j2 diff --git a/molecule/shorewall/goss/default.yml.j2 b/molecule/shorewall/goss/default.yaml.j2 similarity index 100% rename from molecule/shorewall/goss/default.yml.j2 rename to molecule/shorewall/goss/default.yaml.j2 diff --git a/molecule/sqlite/converge.yml b/molecule/sqlite/converge.yml index ae490d94f..f068c0962 100644 --- a/molecule/sqlite/converge.yml +++ b/molecule/sqlite/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/sqlite/goss/default.yml.j2 b/molecule/sqlite/goss/default.yaml.j2 similarity index 100% rename from molecule/sqlite/goss/default.yml.j2 rename to molecule/sqlite/goss/default.yaml.j2 diff --git a/molecule/ssh/converge.yml b/molecule/ssh/converge.yml index 6e9f6e18b..bd627a236 100644 --- a/molecule/ssh/converge.yml +++ b/molecule/ssh/converge.yml @@ -18,7 +18,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -45,7 +45,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/client.yaml.j2') }}" changed_when: false ########## @@ -113,5 +113,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/ssh/goss/client.yml.j2 b/molecule/ssh/goss/client.yaml.j2 similarity index 100% rename from molecule/ssh/goss/client.yml.j2 rename to molecule/ssh/goss/client.yaml.j2 diff --git a/molecule/ssh/goss/config.yml.j2 b/molecule/ssh/goss/config.yaml.j2 similarity index 100% rename from molecule/ssh/goss/config.yml.j2 rename to molecule/ssh/goss/config.yaml.j2 diff --git a/molecule/ssh/goss/default.yml.j2 b/molecule/ssh/goss/default.yaml.j2 similarity index 100% rename from molecule/ssh/goss/default.yml.j2 rename to molecule/ssh/goss/default.yaml.j2 diff --git a/molecule/sudo/converge.yml b/molecule/sudo/converge.yml index 500304c72..ece2e46eb 100644 --- a/molecule/sudo/converge.yml +++ b/molecule/sudo/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -107,5 +107,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/sudoers.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/sudoers.yaml.j2') }}" changed_when: false diff --git a/molecule/sudo/goss/default.yml.j2 b/molecule/sudo/goss/default.yaml.j2 similarity index 100% rename from molecule/sudo/goss/default.yml.j2 rename to molecule/sudo/goss/default.yaml.j2 diff --git a/molecule/sudo/goss/sudoers.yml.j2 b/molecule/sudo/goss/sudoers.yaml.j2 similarity index 100% rename from molecule/sudo/goss/sudoers.yml.j2 rename to molecule/sudo/goss/sudoers.yaml.j2 diff --git a/molecule/supervisor/converge.yml b/molecule/supervisor/converge.yml index fbe8c8d27..13cc2930f 100644 --- a/molecule/supervisor/converge.yml +++ b/molecule/supervisor/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -70,7 +70,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -170,5 +170,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/supervisor/goss/config.yml.j2 b/molecule/supervisor/goss/config.yaml.j2 similarity index 100% rename from molecule/supervisor/goss/config.yml.j2 rename to molecule/supervisor/goss/config.yaml.j2 diff --git a/molecule/supervisor/goss/configs.yml.j2 b/molecule/supervisor/goss/configs.yaml.j2 similarity index 100% rename from molecule/supervisor/goss/configs.yml.j2 rename to molecule/supervisor/goss/configs.yaml.j2 diff --git a/molecule/supervisor/goss/default.yml.j2 b/molecule/supervisor/goss/default.yaml.j2 similarity index 100% rename from molecule/supervisor/goss/default.yml.j2 rename to molecule/supervisor/goss/default.yaml.j2 diff --git a/molecule/symfony_cli/converge.yml b/molecule/symfony_cli/converge.yml index 78f5967ca..e071ce22c 100644 --- a/molecule/symfony_cli/converge.yml +++ b/molecule/symfony_cli/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -46,5 +46,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yaml.j2') }}" changed_when: false diff --git a/molecule/symfony_cli/goss/default.yml.j2 b/molecule/symfony_cli/goss/default.yaml.j2 similarity index 100% rename from molecule/symfony_cli/goss/default.yml.j2 rename to molecule/symfony_cli/goss/default.yaml.j2 diff --git a/molecule/symfony_cli/goss/version.yml.j2 b/molecule/symfony_cli/goss/version.yaml.j2 similarity index 100% rename from molecule/symfony_cli/goss/version.yml.j2 rename to molecule/symfony_cli/goss/version.yaml.j2 diff --git a/molecule/systemd/converge.yml b/molecule/systemd/converge.yml index 002acad58..55612bece 100644 --- a/molecule/systemd/converge.yml +++ b/molecule/systemd/converge.yml @@ -88,7 +88,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/tmpfiles_configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/tmpfiles_configs.yaml.j2') }}" changed_when: false ################## @@ -179,5 +179,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/system_configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/system_configs.yaml.j2') }}" changed_when: false diff --git a/molecule/systemd/goss/system_configs.yml.j2 b/molecule/systemd/goss/system_configs.yaml.j2 similarity index 100% rename from molecule/systemd/goss/system_configs.yml.j2 rename to molecule/systemd/goss/system_configs.yaml.j2 diff --git a/molecule/systemd/goss/tmpfiles_configs.yml.j2 b/molecule/systemd/goss/tmpfiles_configs.yaml.j2 similarity index 100% rename from molecule/systemd/goss/tmpfiles_configs.yml.j2 rename to molecule/systemd/goss/tmpfiles_configs.yaml.j2 diff --git a/molecule/telegraf/converge.yml b/molecule/telegraf/converge.yml index f0f98d5e7..2d0f854f5 100644 --- a/molecule/telegraf/converge.yml +++ b/molecule/telegraf/converge.yml @@ -28,7 +28,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -88,7 +88,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false ########### @@ -194,5 +194,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/configs.yaml.j2') }}" changed_when: false diff --git a/molecule/telegraf/goss/config.yml.j2 b/molecule/telegraf/goss/config.yaml.j2 similarity index 100% rename from molecule/telegraf/goss/config.yml.j2 rename to molecule/telegraf/goss/config.yaml.j2 diff --git a/molecule/telegraf/goss/configs.yml.j2 b/molecule/telegraf/goss/configs.yaml.j2 similarity index 100% rename from molecule/telegraf/goss/configs.yml.j2 rename to molecule/telegraf/goss/configs.yaml.j2 diff --git a/molecule/telegraf/goss/default.yml.j2 b/molecule/telegraf/goss/default.yaml.j2 similarity index 100% rename from molecule/telegraf/goss/default.yml.j2 rename to molecule/telegraf/goss/default.yaml.j2 diff --git a/molecule/timezone/converge.yml b/molecule/timezone/converge.yml index 7af3beae2..e01c31b5a 100644 --- a/molecule/timezone/converge.yml +++ b/molecule/timezone/converge.yml @@ -18,5 +18,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/timezone/goss/default.yml.j2 b/molecule/timezone/goss/default.yaml.j2 similarity index 100% rename from molecule/timezone/goss/default.yml.j2 rename to molecule/timezone/goss/default.yaml.j2 diff --git a/molecule/vault_cli/converge.yml b/molecule/vault_cli/converge.yml index d15d07bdf..4eecc8216 100644 --- a/molecule/vault_cli/converge.yml +++ b/molecule/vault_cli/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########### @@ -46,5 +46,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/version.yaml.j2') }}" changed_when: false diff --git a/molecule/vault_cli/goss/default.yml.j2 b/molecule/vault_cli/goss/default.yaml.j2 similarity index 100% rename from molecule/vault_cli/goss/default.yml.j2 rename to molecule/vault_cli/goss/default.yaml.j2 diff --git a/molecule/vault_cli/goss/version.yml.j2 b/molecule/vault_cli/goss/version.yaml.j2 similarity index 100% rename from molecule/vault_cli/goss/version.yml.j2 rename to molecule/vault_cli/goss/version.yaml.j2 diff --git a/molecule/vim/converge.yml b/molecule/vim/converge.yml index e33a319fd..da490fb7c 100644 --- a/molecule/vim/converge.yml +++ b/molecule/vim/converge.yml @@ -16,7 +16,7 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false ########## @@ -66,5 +66,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/config.yaml.j2') }}" changed_when: false diff --git a/molecule/vim/goss/config.yml.j2 b/molecule/vim/goss/config.yaml.j2 similarity index 100% rename from molecule/vim/goss/config.yml.j2 rename to molecule/vim/goss/config.yaml.j2 diff --git a/molecule/vim/goss/default.yml.j2 b/molecule/vim/goss/default.yaml.j2 similarity index 100% rename from molecule/vim/goss/default.yml.j2 rename to molecule/vim/goss/default.yaml.j2 diff --git a/molecule/yarn/converge.yml b/molecule/yarn/converge.yml index a3d484cfd..01e8611cb 100644 --- a/molecule/yarn/converge.yml +++ b/molecule/yarn/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/yarn/goss/default.yml.j2 b/molecule/yarn/goss/default.yaml.j2 similarity index 100% rename from molecule/yarn/goss/default.yml.j2 rename to molecule/yarn/goss/default.yaml.j2 diff --git a/molecule/zsh/converge.yml b/molecule/zsh/converge.yml index ba6d08533..4e80d01da 100644 --- a/molecule/zsh/converge.yml +++ b/molecule/zsh/converge.yml @@ -16,5 +16,5 @@ - name: Goss ansible.builtin.command: cmd: goss --gossfile - validate - stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yml.j2') }}" + stdin: "{{ lookup('ansible.builtin.template', 'goss/default.yaml.j2') }}" changed_when: false diff --git a/molecule/zsh/goss/default.yml.j2 b/molecule/zsh/goss/default.yaml.j2 similarity index 100% rename from molecule/zsh/goss/default.yml.j2 rename to molecule/zsh/goss/default.yaml.j2 diff --git a/roles/accounts/README.md b/roles/accounts/README.md index b6c3f945e..aa8389fdc 100644 --- a/roles/accounts/README.md +++ b/roles/accounts/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Defining users diff --git a/roles/accounts/defaults/main.yml b/roles/accounts/defaults/main.yaml similarity index 100% rename from roles/accounts/defaults/main.yml rename to roles/accounts/defaults/main.yaml diff --git a/roles/accounts/meta/main.yml b/roles/accounts/meta/main.yaml similarity index 100% rename from roles/accounts/meta/main.yml rename to roles/accounts/meta/main.yaml diff --git a/roles/accounts/tasks/groups.yml b/roles/accounts/tasks/groups.yaml similarity index 100% rename from roles/accounts/tasks/groups.yml rename to roles/accounts/tasks/groups.yaml diff --git a/roles/accounts/tasks/main.yml b/roles/accounts/tasks/main.yaml similarity index 63% rename from roles/accounts/tasks/main.yml rename to roles/accounts/tasks/main.yaml index 45709d51a..9acea09f7 100644 --- a/roles/accounts/tasks/main.yml +++ b/roles/accounts/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Groups - ansible.builtin.import_tasks: groups.yml + ansible.builtin.import_tasks: groups.yaml tags: - manala_accounts - manala_accounts.groups - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_accounts - manala_accounts.users diff --git a/roles/accounts/tasks/users.yml b/roles/accounts/tasks/users.yaml similarity index 100% rename from roles/accounts/tasks/users.yml rename to roles/accounts/tasks/users.yaml diff --git a/roles/alternatives/README.md b/roles/alternatives/README.md index df167d668..1d8a401d6 100644 --- a/roles/alternatives/README.md +++ b/roles/alternatives/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration diff --git a/roles/alternatives/defaults/main.yml b/roles/alternatives/defaults/main.yaml similarity index 100% rename from roles/alternatives/defaults/main.yml rename to roles/alternatives/defaults/main.yaml diff --git a/roles/alternatives/meta/main.yml b/roles/alternatives/meta/main.yaml similarity index 100% rename from roles/alternatives/meta/main.yml rename to roles/alternatives/meta/main.yaml diff --git a/roles/alternatives/tasks/main.yml b/roles/alternatives/tasks/main.yaml similarity index 66% rename from roles/alternatives/tasks/main.yml rename to roles/alternatives/tasks/main.yaml index 18d139b2c..58c4937ef 100644 --- a/roles/alternatives/tasks/main.yml +++ b/roles/alternatives/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Selections - ansible.builtin.import_tasks: selections.yml + ansible.builtin.import_tasks: selections.yaml tags: - manala_alternatives - manala_alternatives.selections diff --git a/roles/alternatives/tasks/selections.yml b/roles/alternatives/tasks/selections.yaml similarity index 100% rename from roles/alternatives/tasks/selections.yml rename to roles/alternatives/tasks/selections.yaml diff --git a/roles/ansible/README.md b/roles/ansible/README.md index ae75cfec3..b1abb2407 100644 --- a/roles/ansible/README.md +++ b/roles/ansible/README.md @@ -19,7 +19,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example @@ -39,22 +39,22 @@ manala_ansible_config: | manala_ansible_host_vars_exclusive: true manala_ansible_host_vars: - - file: foo.yml + - file: foo.yaml vars: | foo: ~ bar: bar baz: 123 - - file: bar.yml + - file: bar.yaml state: absent manala_ansible_group_vars_exclusive: true manala_ansible_group_vars: - - file: foo.yml + - file: foo.yaml vars: | foo: ~ bar: bar baz: 123 - - file: bar.yml + - file: bar.yaml state: absent ``` diff --git a/roles/ansible/defaults/main.yml b/roles/ansible/defaults/main.yaml similarity index 100% rename from roles/ansible/defaults/main.yml rename to roles/ansible/defaults/main.yaml diff --git a/roles/ansible/meta/main.yml b/roles/ansible/meta/main.yaml similarity index 100% rename from roles/ansible/meta/main.yml rename to roles/ansible/meta/main.yaml diff --git a/roles/ansible/tasks/config.yml b/roles/ansible/tasks/config.yaml similarity index 100% rename from roles/ansible/tasks/config.yml rename to roles/ansible/tasks/config.yaml diff --git a/roles/ansible/tasks/group_vars.yml b/roles/ansible/tasks/group_vars.yaml similarity index 100% rename from roles/ansible/tasks/group_vars.yml rename to roles/ansible/tasks/group_vars.yaml diff --git a/roles/ansible/tasks/host_vars.yml b/roles/ansible/tasks/host_vars.yaml similarity index 100% rename from roles/ansible/tasks/host_vars.yml rename to roles/ansible/tasks/host_vars.yaml diff --git a/roles/ansible/tasks/hosts.yml b/roles/ansible/tasks/hosts.yaml similarity index 100% rename from roles/ansible/tasks/hosts.yml rename to roles/ansible/tasks/hosts.yaml diff --git a/roles/ansible/tasks/install.yml b/roles/ansible/tasks/install.yaml similarity index 100% rename from roles/ansible/tasks/install.yml rename to roles/ansible/tasks/install.yaml diff --git a/roles/ansible/tasks/main.yml b/roles/ansible/tasks/main.yaml similarity index 62% rename from roles/ansible/tasks/main.yml rename to roles/ansible/tasks/main.yaml index f665f5004..a6de2c2ed 100644 --- a/roles/ansible/tasks/main.yml +++ b/roles/ansible/tasks/main.yaml @@ -1,31 +1,31 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_ansible - manala_ansible.install - name: Hosts - ansible.builtin.import_tasks: hosts.yml + ansible.builtin.import_tasks: hosts.yaml tags: - manala_ansible - manala_ansible.hosts - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_ansible - manala_ansible.config - name: Host vars - ansible.builtin.import_tasks: host_vars.yml + ansible.builtin.import_tasks: host_vars.yaml tags: - manala_ansible - manala_ansible.hosts_vars - name: Group vars - ansible.builtin.import_tasks: group_vars.yml + ansible.builtin.import_tasks: group_vars.yaml tags: - manala_ansible - manala_ansible.group_vars diff --git a/roles/ansible_galaxy/README.md b/roles/ansible_galaxy/README.md index d2e8d6e0e..c719c0420 100644 --- a/roles/ansible_galaxy/README.md +++ b/roles/ansible_galaxy/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Roles diff --git a/roles/ansible_galaxy/defaults/main.yml b/roles/ansible_galaxy/defaults/main.yaml similarity index 100% rename from roles/ansible_galaxy/defaults/main.yml rename to roles/ansible_galaxy/defaults/main.yaml diff --git a/roles/ansible_galaxy/meta/main.yml b/roles/ansible_galaxy/meta/main.yaml similarity index 100% rename from roles/ansible_galaxy/meta/main.yml rename to roles/ansible_galaxy/meta/main.yaml diff --git a/roles/ansible_galaxy/tasks/main.yml b/roles/ansible_galaxy/tasks/main.yaml similarity index 77% rename from roles/ansible_galaxy/tasks/main.yml rename to roles/ansible_galaxy/tasks/main.yaml index c8a3e6820..f85fa74de 100644 --- a/roles/ansible_galaxy/tasks/main.yml +++ b/roles/ansible_galaxy/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Roles - ansible.builtin.import_tasks: roles.yml + ansible.builtin.import_tasks: roles.yaml tags: - manala_ansible_galaxy - manala_ansible_galaxy.roles diff --git a/roles/ansible_galaxy/tasks/roles.yml b/roles/ansible_galaxy/tasks/roles.yaml similarity index 87% rename from roles/ansible_galaxy/tasks/roles.yml rename to roles/ansible_galaxy/tasks/roles.yaml index a163f411f..0bef98271 100644 --- a/roles/ansible_galaxy/tasks/roles.yml +++ b/roles/ansible_galaxy/tasks/roles.yaml @@ -2,7 +2,7 @@ - name: Roles > Requirements ansible.builtin.copy: - dest: /tmp/manala_ansible_galaxy_roles.yml + dest: /tmp/manala_ansible_galaxy_roles.yaml content: | {% for role in query('manala.roles.ansible_galaxy_roles', manala_ansible_galaxy_roles) %} - src: {{ role.src }} @@ -26,7 +26,7 @@ ansible.builtin.command: cmd: > {{ manala_ansible_galaxy_bin | ternary(manala_ansible_galaxy_bin, 'ansible-galaxy') }} install - --role-file=/tmp/manala_ansible_galaxy_roles.yml + --role-file=/tmp/manala_ansible_galaxy_roles.yaml --roles-path={{ manala_ansible_galaxy_roles_path | ternary(manala_ansible_galaxy_roles_path, '/etc/ansible/roles') }} {{ manala_ansible_galaxy_force | ternary('--force', '') }} when: manala_ansible_galaxy_roles | length @@ -34,5 +34,5 @@ - name: Roles > Clean requirements ansible.builtin.file: - path: /tmp/manala_ansible_galaxy_roles.yml + path: /tmp/manala_ansible_galaxy_roles.yaml state: absent diff --git a/roles/ansible_galaxy/vars/main.yml b/roles/ansible_galaxy/vars/main.yaml similarity index 100% rename from roles/ansible_galaxy/vars/main.yml rename to roles/ansible_galaxy/vars/main.yaml diff --git a/roles/apparmor/README.md b/roles/apparmor/README.md index 87a363fa4..6a25d530e 100644 --- a/roles/apparmor/README.md +++ b/roles/apparmor/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/apparmor/defaults/main.yml b/roles/apparmor/defaults/main.yaml similarity index 100% rename from roles/apparmor/defaults/main.yml rename to roles/apparmor/defaults/main.yaml diff --git a/roles/apparmor/handlers/main.yml b/roles/apparmor/handlers/main.yaml similarity index 100% rename from roles/apparmor/handlers/main.yml rename to roles/apparmor/handlers/main.yaml diff --git a/roles/apparmor/meta/main.yml b/roles/apparmor/meta/main.yaml similarity index 100% rename from roles/apparmor/meta/main.yml rename to roles/apparmor/meta/main.yaml diff --git a/roles/apparmor/tasks/configs.yml b/roles/apparmor/tasks/configs.yaml similarity index 100% rename from roles/apparmor/tasks/configs.yml rename to roles/apparmor/tasks/configs.yaml diff --git a/roles/apparmor/tasks/install.yml b/roles/apparmor/tasks/install.yaml similarity index 100% rename from roles/apparmor/tasks/install.yml rename to roles/apparmor/tasks/install.yaml diff --git a/roles/apparmor/tasks/main.yml b/roles/apparmor/tasks/main.yaml similarity index 63% rename from roles/apparmor/tasks/main.yml rename to roles/apparmor/tasks/main.yaml index 9c189a4ab..e4f16fee0 100644 --- a/roles/apparmor/tasks/main.yml +++ b/roles/apparmor/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_apparmor - manala_apparmor.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_apparmor - manala_apparmor.configs diff --git a/roles/apt/README.md b/roles/apt/README.md index f4f1aa783..5508809fe 100644 --- a/roles/apt/README.md +++ b/roles/apt/README.md @@ -22,7 +22,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Example diff --git a/roles/apt/defaults/main.yml b/roles/apt/defaults/main.yaml similarity index 100% rename from roles/apt/defaults/main.yml rename to roles/apt/defaults/main.yaml diff --git a/roles/apt/meta/main.yml b/roles/apt/meta/main.yaml similarity index 100% rename from roles/apt/meta/main.yml rename to roles/apt/meta/main.yaml diff --git a/roles/apt/tasks/configs.yml b/roles/apt/tasks/configs.yaml similarity index 100% rename from roles/apt/tasks/configs.yml rename to roles/apt/tasks/configs.yaml diff --git a/roles/apt/tasks/holds.yml b/roles/apt/tasks/holds.yaml similarity index 100% rename from roles/apt/tasks/holds.yml rename to roles/apt/tasks/holds.yaml diff --git a/roles/apt/tasks/install.yml b/roles/apt/tasks/install.yaml similarity index 100% rename from roles/apt/tasks/install.yml rename to roles/apt/tasks/install.yaml diff --git a/roles/apt/tasks/keys.yml b/roles/apt/tasks/keys.yaml similarity index 100% rename from roles/apt/tasks/keys.yml rename to roles/apt/tasks/keys.yaml diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yaml similarity index 62% rename from roles/apt/tasks/main.yml rename to roles/apt/tasks/main.yaml index 8ff2a3cf3..94689a222 100644 --- a/roles/apt/tasks/main.yml +++ b/roles/apt/tasks/main.yaml @@ -1,55 +1,55 @@ --- - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_apt - manala_apt.configs - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_apt - manala_apt.install - name: Sources list - ansible.builtin.import_tasks: sources_list.yml + ansible.builtin.import_tasks: sources_list.yaml tags: - manala_apt - manala_apt.sources_list - name: Preferences - ansible.builtin.import_tasks: preferences.yml + ansible.builtin.import_tasks: preferences.yaml tags: - manala_apt - manala_apt.preferences - name: Keys - ansible.builtin.import_tasks: keys.yml + ansible.builtin.import_tasks: keys.yaml tags: - manala_apt - manala_apt.keys - name: Repositories - ansible.builtin.import_tasks: repositories.yml + ansible.builtin.import_tasks: repositories.yaml tags: - manala_apt - manala_apt.repositories - name: Packages - ansible.builtin.import_tasks: packages.yml + ansible.builtin.import_tasks: packages.yaml tags: - manala_apt - manala_apt.packages - name: Holds - ansible.builtin.import_tasks: holds.yml + ansible.builtin.import_tasks: holds.yaml tags: - manala_apt - manala_apt.holds - name: Update - ansible.builtin.import_tasks: update.yml + ansible.builtin.import_tasks: update.yaml when: __manala_apt['update'] tags: - manala_apt diff --git a/roles/apt/tasks/packages.yml b/roles/apt/tasks/packages.yaml similarity index 100% rename from roles/apt/tasks/packages.yml rename to roles/apt/tasks/packages.yaml diff --git a/roles/apt/tasks/preferences.yml b/roles/apt/tasks/preferences.yaml similarity index 100% rename from roles/apt/tasks/preferences.yml rename to roles/apt/tasks/preferences.yaml diff --git a/roles/apt/tasks/repositories.yml b/roles/apt/tasks/repositories.yaml similarity index 100% rename from roles/apt/tasks/repositories.yml rename to roles/apt/tasks/repositories.yaml diff --git a/roles/apt/tasks/sources_list.yml b/roles/apt/tasks/sources_list.yaml similarity index 100% rename from roles/apt/tasks/sources_list.yml rename to roles/apt/tasks/sources_list.yaml diff --git a/roles/apt/tasks/update.yml b/roles/apt/tasks/update.yaml similarity index 100% rename from roles/apt/tasks/update.yml rename to roles/apt/tasks/update.yaml diff --git a/roles/apt/vars/main.yml b/roles/apt/vars/main.yaml similarity index 100% rename from roles/apt/vars/main.yml rename to roles/apt/vars/main.yaml diff --git a/roles/aptly/README.md b/roles/aptly/README.md index b55b6792d..49f0ff761 100644 --- a/roles/aptly/README.md +++ b/roles/aptly/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/aptly/defaults/main.yml b/roles/aptly/defaults/main.yaml similarity index 100% rename from roles/aptly/defaults/main.yml rename to roles/aptly/defaults/main.yaml diff --git a/roles/aptly/meta/main.yml b/roles/aptly/meta/main.yaml similarity index 100% rename from roles/aptly/meta/main.yml rename to roles/aptly/meta/main.yaml diff --git a/roles/aptly/tasks/config.yml b/roles/aptly/tasks/config.yaml similarity index 100% rename from roles/aptly/tasks/config.yml rename to roles/aptly/tasks/config.yaml diff --git a/roles/aptly/tasks/install.yml b/roles/aptly/tasks/install.yaml similarity index 100% rename from roles/aptly/tasks/install.yml rename to roles/aptly/tasks/install.yaml diff --git a/roles/aptly/tasks/main.yml b/roles/aptly/tasks/main.yaml similarity index 61% rename from roles/aptly/tasks/main.yml rename to roles/aptly/tasks/main.yaml index ae695a2fc..a3553de91 100644 --- a/roles/aptly/tasks/main.yml +++ b/roles/aptly/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_aptly - manala_aptly.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_aptly - manala_aptly.config - name: Repositories - ansible.builtin.import_tasks: repositories.yml + ansible.builtin.import_tasks: repositories.yaml tags: - manala_aptly - manala_aptly.repositories diff --git a/roles/aptly/tasks/repositories.yml b/roles/aptly/tasks/repositories.yaml similarity index 100% rename from roles/aptly/tasks/repositories.yml rename to roles/aptly/tasks/repositories.yaml diff --git a/roles/backup_manager/README.md b/roles/backup_manager/README.md index c4f55aed9..80d2c8195 100644 --- a/roles/backup_manager/README.md +++ b/roles/backup_manager/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file #### Local Storage diff --git a/roles/backup_manager/defaults/main.yml b/roles/backup_manager/defaults/main.yaml similarity index 100% rename from roles/backup_manager/defaults/main.yml rename to roles/backup_manager/defaults/main.yaml diff --git a/roles/backup_manager/meta/main.yml b/roles/backup_manager/meta/main.yaml similarity index 100% rename from roles/backup_manager/meta/main.yml rename to roles/backup_manager/meta/main.yaml diff --git a/roles/backup_manager/tasks/configs.yml b/roles/backup_manager/tasks/configs.yaml similarity index 100% rename from roles/backup_manager/tasks/configs.yml rename to roles/backup_manager/tasks/configs.yaml diff --git a/roles/backup_manager/tasks/install.yml b/roles/backup_manager/tasks/install.yaml similarity index 100% rename from roles/backup_manager/tasks/install.yml rename to roles/backup_manager/tasks/install.yaml diff --git a/roles/backup_manager/tasks/main.yml b/roles/backup_manager/tasks/main.yaml similarity index 66% rename from roles/backup_manager/tasks/main.yml rename to roles/backup_manager/tasks/main.yaml index 8acef7022..cd7d4c510 100644 --- a/roles/backup_manager/tasks/main.yml +++ b/roles/backup_manager/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_backup_manager - manala_backup_manager.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_backup_manager - manala_backup_manager.configs diff --git a/roles/bind/README.md b/roles/bind/README.md index f28b3abb0..ef126f9d5 100644 --- a/roles/bind/README.md +++ b/roles/bind/README.md @@ -24,7 +24,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/bind/defaults/main.yml b/roles/bind/defaults/main.yaml similarity index 100% rename from roles/bind/defaults/main.yml rename to roles/bind/defaults/main.yaml diff --git a/roles/bind/meta/main.yml b/roles/bind/meta/main.yaml similarity index 100% rename from roles/bind/meta/main.yml rename to roles/bind/meta/main.yaml diff --git a/roles/bind/tasks/configs.yml b/roles/bind/tasks/configs.yaml similarity index 100% rename from roles/bind/tasks/configs.yml rename to roles/bind/tasks/configs.yaml diff --git a/roles/bind/tasks/install.yml b/roles/bind/tasks/install.yaml similarity index 100% rename from roles/bind/tasks/install.yml rename to roles/bind/tasks/install.yaml diff --git a/roles/bind/tasks/logs.yml b/roles/bind/tasks/logs.yaml similarity index 100% rename from roles/bind/tasks/logs.yml rename to roles/bind/tasks/logs.yaml diff --git a/roles/bind/tasks/main.yml b/roles/bind/tasks/main.yaml similarity index 61% rename from roles/bind/tasks/main.yml rename to roles/bind/tasks/main.yaml index d4f4df57d..44a708387 100644 --- a/roles/bind/tasks/main.yml +++ b/roles/bind/tasks/main.yaml @@ -1,44 +1,44 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_bind - manala_bind.install - name: Options - ansible.builtin.import_tasks: options.yml + ansible.builtin.import_tasks: options.yaml tags: - manala_bind - manala_bind.options - name: Logs - ansible.builtin.import_tasks: logs.yml + ansible.builtin.import_tasks: logs.yaml tags: - manala_bind - manala_bind.logs - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_bind - manala_bind.configs - name: Zones - ansible.builtin.import_tasks: zones.yml + ansible.builtin.import_tasks: zones.yaml tags: - manala_bind - manala_bind.zones - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_bind - manala_bind.services - manala.services - name: Zones - Records - ansible.builtin.import_tasks: zones_records.yml + ansible.builtin.import_tasks: zones_records.yaml tags: - manala_bind - manala_bind.zones_records diff --git a/roles/bind/tasks/options.yml b/roles/bind/tasks/options.yaml similarity index 100% rename from roles/bind/tasks/options.yml rename to roles/bind/tasks/options.yaml diff --git a/roles/bind/tasks/services.yml b/roles/bind/tasks/services.yaml similarity index 100% rename from roles/bind/tasks/services.yml rename to roles/bind/tasks/services.yaml diff --git a/roles/bind/tasks/zones.yml b/roles/bind/tasks/zones.yaml similarity index 100% rename from roles/bind/tasks/zones.yml rename to roles/bind/tasks/zones.yaml diff --git a/roles/bind/tasks/zones_records.yml b/roles/bind/tasks/zones_records.yaml similarity index 100% rename from roles/bind/tasks/zones_records.yml rename to roles/bind/tasks/zones_records.yaml diff --git a/roles/cloud_init/README.md b/roles/cloud_init/README.md index d4af0302d..33a94ac96 100644 --- a/roles/cloud_init/README.md +++ b/roles/cloud_init/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/cloud_init/defaults/main.yml b/roles/cloud_init/defaults/main.yaml similarity index 100% rename from roles/cloud_init/defaults/main.yml rename to roles/cloud_init/defaults/main.yaml diff --git a/roles/cloud_init/meta/main.yml b/roles/cloud_init/meta/main.yaml similarity index 100% rename from roles/cloud_init/meta/main.yml rename to roles/cloud_init/meta/main.yaml diff --git a/roles/cloud_init/tasks/configs.yml b/roles/cloud_init/tasks/configs.yaml similarity index 100% rename from roles/cloud_init/tasks/configs.yml rename to roles/cloud_init/tasks/configs.yaml diff --git a/roles/cloud_init/tasks/install.yml b/roles/cloud_init/tasks/install.yaml similarity index 100% rename from roles/cloud_init/tasks/install.yml rename to roles/cloud_init/tasks/install.yaml diff --git a/roles/cloud_init/tasks/main.yml b/roles/cloud_init/tasks/main.yaml similarity index 64% rename from roles/cloud_init/tasks/main.yml rename to roles/cloud_init/tasks/main.yaml index a2a2cd1f9..e2f684f00 100644 --- a/roles/cloud_init/tasks/main.yml +++ b/roles/cloud_init/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_cloud_init - manala_cloud_init.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_cloud_init - manala_cloud_init.configs diff --git a/roles/composer/README.md b/roles/composer/README.md index cbaa7dafd..47a397732 100644 --- a/roles/composer/README.md +++ b/roles/composer/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/composer/defaults/main.yml b/roles/composer/defaults/main.yaml similarity index 100% rename from roles/composer/defaults/main.yml rename to roles/composer/defaults/main.yaml diff --git a/roles/composer/meta/main.yml b/roles/composer/meta/main.yaml similarity index 100% rename from roles/composer/meta/main.yml rename to roles/composer/meta/main.yaml diff --git a/roles/composer/tasks/install.yml b/roles/composer/tasks/install.yaml similarity index 100% rename from roles/composer/tasks/install.yml rename to roles/composer/tasks/install.yaml diff --git a/roles/composer/tasks/main.yml b/roles/composer/tasks/main.yaml similarity index 69% rename from roles/composer/tasks/main.yml rename to roles/composer/tasks/main.yaml index 67567502a..84bec2eff 100644 --- a/roles/composer/tasks/main.yml +++ b/roles/composer/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_composer - manala_composer.install @@ -9,7 +9,7 @@ - manala.update - name: Users Auth - ansible.builtin.import_tasks: users_auth.yml + ansible.builtin.import_tasks: users_auth.yaml tags: - manala_composer - manala_composer.users_auth diff --git a/roles/composer/tasks/users_auth.yml b/roles/composer/tasks/users_auth.yaml similarity index 100% rename from roles/composer/tasks/users_auth.yml rename to roles/composer/tasks/users_auth.yaml diff --git a/roles/composer/vars/main.yml b/roles/composer/vars/main.yaml similarity index 100% rename from roles/composer/vars/main.yml rename to roles/composer/vars/main.yaml diff --git a/roles/cron/README.md b/roles/cron/README.md index 147187a73..cc3acbc0c 100644 --- a/roles/cron/README.md +++ b/roles/cron/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/cron/defaults/main.yml b/roles/cron/defaults/main.yaml similarity index 100% rename from roles/cron/defaults/main.yml rename to roles/cron/defaults/main.yaml diff --git a/roles/cron/handlers/main.yml b/roles/cron/handlers/main.yaml similarity index 100% rename from roles/cron/handlers/main.yml rename to roles/cron/handlers/main.yaml diff --git a/roles/cron/meta/main.yml b/roles/cron/meta/main.yaml similarity index 100% rename from roles/cron/meta/main.yml rename to roles/cron/meta/main.yaml diff --git a/roles/cron/tasks/files.yml b/roles/cron/tasks/files.yaml similarity index 100% rename from roles/cron/tasks/files.yml rename to roles/cron/tasks/files.yaml diff --git a/roles/cron/tasks/install.yml b/roles/cron/tasks/install.yaml similarity index 100% rename from roles/cron/tasks/install.yml rename to roles/cron/tasks/install.yaml diff --git a/roles/cron/tasks/main.yml b/roles/cron/tasks/main.yaml similarity index 63% rename from roles/cron/tasks/main.yml rename to roles/cron/tasks/main.yaml index 2a56506a6..2fb9b0dd8 100644 --- a/roles/cron/tasks/main.yml +++ b/roles/cron/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_cron - manala_cron.install - name: Files - ansible.builtin.import_tasks: files.yml + ansible.builtin.import_tasks: files.yaml tags: - manala_cron - manala_cron.files - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_cron - manala_cron.services diff --git a/roles/cron/tasks/services.yml b/roles/cron/tasks/services.yaml similarity index 100% rename from roles/cron/tasks/services.yml rename to roles/cron/tasks/services.yaml diff --git a/roles/deploy/README.md b/roles/deploy/README.md index 210f171bd..5f6a220b6 100644 --- a/roles/deploy/README.md +++ b/roles/deploy/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Strategies @@ -30,12 +30,12 @@ Example that extracts an archive from AWS S3: ```yaml manala_deploy_strategy: include -manala_deploy_strategy_include_name: "{{ playbook_dir }}/tasks/deploy-s3-archive.yml" +manala_deploy_strategy_include_name: "{{ playbook_dir }}/tasks/deploy-s3-archive.yaml" manala_deploy_strategy_include_options: s3_object: "/app/{{ app_version | default('master') }}/latest.tar.gz" ``` -> tasks/deploy-s3-archive.yml +> tasks/deploy-s3-archive.yaml ```yaml - name: strategy/s3 block: diff --git a/roles/deploy/defaults/main.yml b/roles/deploy/defaults/main.yaml similarity index 100% rename from roles/deploy/defaults/main.yml rename to roles/deploy/defaults/main.yaml diff --git a/roles/deploy/meta/main.yml b/roles/deploy/meta/main.yaml similarity index 100% rename from roles/deploy/meta/main.yml rename to roles/deploy/meta/main.yaml diff --git a/roles/deploy/tasks/clean.yml b/roles/deploy/tasks/clean.yaml similarity index 100% rename from roles/deploy/tasks/clean.yml rename to roles/deploy/tasks/clean.yaml diff --git a/roles/deploy/tasks/copied.yml b/roles/deploy/tasks/copied.yaml similarity index 100% rename from roles/deploy/tasks/copied.yml rename to roles/deploy/tasks/copied.yaml diff --git a/roles/deploy/tasks/finalize.yml b/roles/deploy/tasks/finalize.yaml similarity index 100% rename from roles/deploy/tasks/finalize.yml rename to roles/deploy/tasks/finalize.yaml diff --git a/roles/deploy/tasks/main.yml b/roles/deploy/tasks/main.yaml similarity index 65% rename from roles/deploy/tasks/main.yml rename to roles/deploy/tasks/main.yaml index 435389d51..43fcfd7be 100644 --- a/roles/deploy/tasks/main.yml +++ b/roles/deploy/tasks/main.yaml @@ -1,43 +1,43 @@ --- - name: Setup - ansible.builtin.import_tasks: setup.yml + ansible.builtin.import_tasks: setup.yaml tags: - manala_deploy - manala_deploy.setup - name: Strategy - ansible.builtin.import_tasks: strategy.yml + ansible.builtin.import_tasks: strategy.yaml tags: - manala_deploy - manala_deploy.strategy - name: Unfinished - ansible.builtin.import_tasks: unfinished.yml + ansible.builtin.import_tasks: unfinished.yaml tags: - manala_deploy - manala_deploy.unfinished - name: Shared - ansible.builtin.import_tasks: shared.yml + ansible.builtin.import_tasks: shared.yaml tags: - manala_deploy - manala_deploy.shared - name: Copied - ansible.builtin.import_tasks: copied.yml + ansible.builtin.import_tasks: copied.yaml tags: - manala_deploy - manala_deploy.copied - name: Writable - Dirs - ansible.builtin.import_tasks: writable/dirs.yml + ansible.builtin.import_tasks: writable/dirs.yaml tags: - manala_deploy - manala_deploy.dirs - name: Tasks - ansible.builtin.import_tasks: tasks.yml + ansible.builtin.import_tasks: tasks.yaml vars: __manala_deploy_tasks: "{{ manala_deploy_tasks }}" tags: @@ -45,25 +45,25 @@ - manala_deploy.tasks - name: Removed - ansible.builtin.import_tasks: removed.yml + ansible.builtin.import_tasks: removed.yaml tags: - manala_deploy - manala_deploy.removed - name: Finalize - ansible.builtin.import_tasks: finalize.yml + ansible.builtin.import_tasks: finalize.yaml tags: - manala_deploy - manala_deploy.finalize - name: Clean - ansible.builtin.import_tasks: clean.yml + ansible.builtin.import_tasks: clean.yaml tags: - manala_deploy - manala_deploy.clean - name: Post tasks - ansible.builtin.import_tasks: tasks.yml + ansible.builtin.import_tasks: tasks.yaml vars: __manala_deploy_tasks: "{{ manala_deploy_post_tasks }}" tags: diff --git a/roles/deploy/tasks/removed.yml b/roles/deploy/tasks/removed.yaml similarity index 100% rename from roles/deploy/tasks/removed.yml rename to roles/deploy/tasks/removed.yaml diff --git a/roles/deploy/tasks/setup.yml b/roles/deploy/tasks/setup.yaml similarity index 100% rename from roles/deploy/tasks/setup.yml rename to roles/deploy/tasks/setup.yaml diff --git a/roles/deploy/tasks/shared.yml b/roles/deploy/tasks/shared.yaml similarity index 100% rename from roles/deploy/tasks/shared.yml rename to roles/deploy/tasks/shared.yaml diff --git a/roles/deploy/tasks/strategy.yml b/roles/deploy/tasks/strategy.yaml similarity index 86% rename from roles/deploy/tasks/strategy.yml rename to roles/deploy/tasks/strategy.yaml index 8ea7ef3d3..ddc609076 100644 --- a/roles/deploy/tasks/strategy.yml +++ b/roles/deploy/tasks/strategy.yaml @@ -1,4 +1,4 @@ --- - name: Strategy - ansible.builtin.include_tasks: "strategy/{{ manala_deploy_strategy }}.yml" + ansible.builtin.include_tasks: "strategy/{{ manala_deploy_strategy }}.yaml" diff --git a/roles/deploy/tasks/strategy/git.yml b/roles/deploy/tasks/strategy/git.yaml similarity index 100% rename from roles/deploy/tasks/strategy/git.yml rename to roles/deploy/tasks/strategy/git.yaml diff --git a/roles/deploy/tasks/strategy/include.yml b/roles/deploy/tasks/strategy/include.yaml similarity index 100% rename from roles/deploy/tasks/strategy/include.yml rename to roles/deploy/tasks/strategy/include.yaml diff --git a/roles/deploy/tasks/strategy/synchronize.yml b/roles/deploy/tasks/strategy/synchronize.yaml similarity index 100% rename from roles/deploy/tasks/strategy/synchronize.yml rename to roles/deploy/tasks/strategy/synchronize.yaml diff --git a/roles/deploy/tasks/strategy/unarchive.yml b/roles/deploy/tasks/strategy/unarchive.yaml similarity index 100% rename from roles/deploy/tasks/strategy/unarchive.yml rename to roles/deploy/tasks/strategy/unarchive.yaml diff --git a/roles/deploy/tasks/tasks.yml b/roles/deploy/tasks/tasks.yaml similarity index 70% rename from roles/deploy/tasks/tasks.yml rename to roles/deploy/tasks/tasks.yaml index 7af68feb9..2f59c9bb6 100644 --- a/roles/deploy/tasks/tasks.yml +++ b/roles/deploy/tasks/tasks.yaml @@ -2,7 +2,7 @@ # Tasks - name: Tasks - ansible.builtin.include_tasks: tasks/{{ item.task }}.yml + ansible.builtin.include_tasks: tasks/{{ item.task }}.yaml loop: | {{ query( 'manala.roles.deploy_tasks', diff --git a/roles/deploy/tasks/tasks/command.yml b/roles/deploy/tasks/tasks/command.yaml similarity index 100% rename from roles/deploy/tasks/tasks/command.yml rename to roles/deploy/tasks/tasks/command.yaml diff --git a/roles/deploy/tasks/tasks/include.yml b/roles/deploy/tasks/tasks/include.yaml similarity index 100% rename from roles/deploy/tasks/tasks/include.yml rename to roles/deploy/tasks/tasks/include.yaml diff --git a/roles/deploy/tasks/tasks/include_role.yml b/roles/deploy/tasks/tasks/include_role.yaml similarity index 100% rename from roles/deploy/tasks/tasks/include_role.yml rename to roles/deploy/tasks/tasks/include_role.yaml diff --git a/roles/deploy/tasks/tasks/install_composer.yml b/roles/deploy/tasks/tasks/install_composer.yaml similarity index 100% rename from roles/deploy/tasks/tasks/install_composer.yml rename to roles/deploy/tasks/tasks/install_composer.yaml diff --git a/roles/deploy/tasks/tasks/make.yml b/roles/deploy/tasks/tasks/make.yaml similarity index 100% rename from roles/deploy/tasks/tasks/make.yml rename to roles/deploy/tasks/tasks/make.yaml diff --git a/roles/deploy/tasks/tasks/raw.yml b/roles/deploy/tasks/tasks/raw.yaml similarity index 100% rename from roles/deploy/tasks/tasks/raw.yml rename to roles/deploy/tasks/tasks/raw.yaml diff --git a/roles/deploy/tasks/tasks/service_reload.yml b/roles/deploy/tasks/tasks/service_reload.yaml similarity index 100% rename from roles/deploy/tasks/tasks/service_reload.yml rename to roles/deploy/tasks/tasks/service_reload.yaml diff --git a/roles/deploy/tasks/tasks/service_restart.yml b/roles/deploy/tasks/tasks/service_restart.yaml similarity index 100% rename from roles/deploy/tasks/tasks/service_restart.yml rename to roles/deploy/tasks/tasks/service_restart.yaml diff --git a/roles/deploy/tasks/tasks/symfony_assets_version.yml b/roles/deploy/tasks/tasks/symfony_assets_version.yaml similarity index 89% rename from roles/deploy/tasks/tasks/symfony_assets_version.yml rename to roles/deploy/tasks/tasks/symfony_assets_version.yaml index c50ea832d..18b43ffde 100644 --- a/roles/deploy/tasks/tasks/symfony_assets_version.yml +++ b/roles/deploy/tasks/tasks/symfony_assets_version.yaml @@ -13,9 +13,9 @@ ansible_facts.deploy_helper.new_release }}" - - name: Tasks / Symfony Assets Version > Replace assets_version in parameters.yml + - name: Tasks / Symfony Assets Version > Replace assets_version in parameters.yaml ansible.builtin.lineinfile: - dest: "{{ item.dir }}/app/config/parameters.yml" + dest: "{{ item.dir }}/app/config/parameters.yaml" regexp: "^(\\s*)assets_version:" line: "\\1assets_version: {{ __manala_deploy_symfony_assets_version }}" backrefs: true diff --git a/roles/deploy/tasks/tasks/symfony_assets_version_file.yml b/roles/deploy/tasks/tasks/symfony_assets_version_file.yaml similarity index 89% rename from roles/deploy/tasks/tasks/symfony_assets_version_file.yml rename to roles/deploy/tasks/tasks/symfony_assets_version_file.yaml index 9f4b58906..27268a0a3 100644 --- a/roles/deploy/tasks/tasks/symfony_assets_version_file.yml +++ b/roles/deploy/tasks/tasks/symfony_assets_version_file.yaml @@ -13,9 +13,9 @@ ansible_facts.deploy_helper.new_release }}" - - name: Tasks / Symfony Assets Version File > Generate assets_version.yml + - name: Tasks / Symfony Assets Version File > Generate assets_version.yaml ansible.builtin.copy: # noqa: risky-file-permissions - dest: "{{ item.dir }}/app/config/assets_version.yml" + dest: "{{ item.dir }}/app/config/assets_version.yaml" force: true content: | parameters: diff --git a/roles/deploy/tasks/unfinished.yml b/roles/deploy/tasks/unfinished.yaml similarity index 100% rename from roles/deploy/tasks/unfinished.yml rename to roles/deploy/tasks/unfinished.yaml diff --git a/roles/deploy/tasks/writable/dirs.yml b/roles/deploy/tasks/writable/dirs.yaml similarity index 100% rename from roles/deploy/tasks/writable/dirs.yml rename to roles/deploy/tasks/writable/dirs.yaml diff --git a/roles/dhcp/README.md b/roles/dhcp/README.md index 7480896af..0319c968b 100644 --- a/roles/dhcp/README.md +++ b/roles/dhcp/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/dhcp/defaults/main.yml b/roles/dhcp/defaults/main.yaml similarity index 100% rename from roles/dhcp/defaults/main.yml rename to roles/dhcp/defaults/main.yaml diff --git a/roles/dhcp/handlers/main.yml b/roles/dhcp/handlers/main.yaml similarity index 100% rename from roles/dhcp/handlers/main.yml rename to roles/dhcp/handlers/main.yaml diff --git a/roles/dhcp/meta/main.yml b/roles/dhcp/meta/main.yaml similarity index 100% rename from roles/dhcp/meta/main.yml rename to roles/dhcp/meta/main.yaml diff --git a/roles/dhcp/tasks/config.yml b/roles/dhcp/tasks/config.yaml similarity index 100% rename from roles/dhcp/tasks/config.yml rename to roles/dhcp/tasks/config.yaml diff --git a/roles/dhcp/tasks/install.yml b/roles/dhcp/tasks/install.yaml similarity index 100% rename from roles/dhcp/tasks/install.yml rename to roles/dhcp/tasks/install.yaml diff --git a/roles/dhcp/tasks/interfaces.yml b/roles/dhcp/tasks/interfaces.yaml similarity index 100% rename from roles/dhcp/tasks/interfaces.yml rename to roles/dhcp/tasks/interfaces.yaml diff --git a/roles/dhcp/tasks/main.yml b/roles/dhcp/tasks/main.yaml similarity index 62% rename from roles/dhcp/tasks/main.yml rename to roles/dhcp/tasks/main.yaml index 63a4d989f..876da05fd 100644 --- a/roles/dhcp/tasks/main.yml +++ b/roles/dhcp/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_dhcp - manala_dhcp.install - name: Interfaces - ansible.builtin.import_tasks: interfaces.yml + ansible.builtin.import_tasks: interfaces.yaml tags: - manala_dhcp - manala_dhcp.interfaces - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_dhcp - manala_dhcp.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_dhcp - manala_dhcp.services diff --git a/roles/dhcp/tasks/services.yml b/roles/dhcp/tasks/services.yaml similarity index 100% rename from roles/dhcp/tasks/services.yml rename to roles/dhcp/tasks/services.yaml diff --git a/roles/dnsmasq/README.md b/roles/dnsmasq/README.md index b60de9ebf..913a55205 100644 --- a/roles/dnsmasq/README.md +++ b/roles/dnsmasq/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/dnsmasq/defaults/main.yml b/roles/dnsmasq/defaults/main.yaml similarity index 100% rename from roles/dnsmasq/defaults/main.yml rename to roles/dnsmasq/defaults/main.yaml diff --git a/roles/dnsmasq/handlers/main.yml b/roles/dnsmasq/handlers/main.yaml similarity index 100% rename from roles/dnsmasq/handlers/main.yml rename to roles/dnsmasq/handlers/main.yaml diff --git a/roles/dnsmasq/meta/main.yml b/roles/dnsmasq/meta/main.yaml similarity index 100% rename from roles/dnsmasq/meta/main.yml rename to roles/dnsmasq/meta/main.yaml diff --git a/roles/dnsmasq/tasks/configs.yml b/roles/dnsmasq/tasks/configs.yaml similarity index 100% rename from roles/dnsmasq/tasks/configs.yml rename to roles/dnsmasq/tasks/configs.yaml diff --git a/roles/dnsmasq/tasks/install.yml b/roles/dnsmasq/tasks/install.yaml similarity index 100% rename from roles/dnsmasq/tasks/install.yml rename to roles/dnsmasq/tasks/install.yaml diff --git a/roles/dnsmasq/tasks/main.yml b/roles/dnsmasq/tasks/main.yaml similarity index 65% rename from roles/dnsmasq/tasks/main.yml rename to roles/dnsmasq/tasks/main.yaml index 6776c3ebe..05b935be4 100644 --- a/roles/dnsmasq/tasks/main.yml +++ b/roles/dnsmasq/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_dnsmasq - manala_dnsmasq.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_dnsmasq - manala_dnsmasq.configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_dnsmasq - manala_dnsmasq.services diff --git a/roles/dnsmasq/tasks/services.yml b/roles/dnsmasq/tasks/services.yaml similarity index 100% rename from roles/dnsmasq/tasks/services.yml rename to roles/dnsmasq/tasks/services.yaml diff --git a/roles/docker/README.md b/roles/docker/README.md index 36e1481f4..0d8d6b0f6 100644 --- a/roles/docker/README.md +++ b/roles/docker/README.md @@ -20,7 +20,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/docker/defaults/main.yml b/roles/docker/defaults/main.yaml similarity index 100% rename from roles/docker/defaults/main.yml rename to roles/docker/defaults/main.yaml diff --git a/roles/docker/handlers/main.yml b/roles/docker/handlers/main.yaml similarity index 100% rename from roles/docker/handlers/main.yml rename to roles/docker/handlers/main.yaml diff --git a/roles/docker/meta/main.yml b/roles/docker/meta/main.yaml similarity index 100% rename from roles/docker/meta/main.yml rename to roles/docker/meta/main.yaml diff --git a/roles/docker/tasks/applications.yml b/roles/docker/tasks/applications.yaml similarity index 100% rename from roles/docker/tasks/applications.yml rename to roles/docker/tasks/applications.yaml diff --git a/roles/docker/tasks/config_daemon.yml b/roles/docker/tasks/config_daemon.yaml similarity index 100% rename from roles/docker/tasks/config_daemon.yml rename to roles/docker/tasks/config_daemon.yaml diff --git a/roles/docker/tasks/containers.yml b/roles/docker/tasks/containers.yaml similarity index 100% rename from roles/docker/tasks/containers.yml rename to roles/docker/tasks/containers.yaml diff --git a/roles/docker/tasks/install.yml b/roles/docker/tasks/install.yaml similarity index 100% rename from roles/docker/tasks/install.yml rename to roles/docker/tasks/install.yaml diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yaml similarity index 65% rename from roles/docker/tasks/main.yml rename to roles/docker/tasks/main.yaml index 4cd1901ed..4671a9905 100644 --- a/roles/docker/tasks/main.yml +++ b/roles/docker/tasks/main.yaml @@ -1,38 +1,38 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_docker - manala_docker.install - name: Config - Daemon - ansible.builtin.import_tasks: config_daemon.yml + ansible.builtin.import_tasks: config_daemon.yaml tags: - manala_docker - manala_docker.config_daemon - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_docker - manala_docker.services - manala.services - name: Applications - ansible.builtin.import_tasks: applications.yml + ansible.builtin.import_tasks: applications.yaml tags: - manala_docker - manala_docker.applications - name: Containers - ansible.builtin.import_tasks: containers.yml + ansible.builtin.import_tasks: containers.yaml tags: - manala_docker - manala_docker.containers - name: Update - ansible.builtin.import_tasks: update.yml + ansible.builtin.import_tasks: update.yaml when: __manala_docker['update'] tags: - manala_docker diff --git a/roles/docker/tasks/services.yml b/roles/docker/tasks/services.yaml similarity index 100% rename from roles/docker/tasks/services.yml rename to roles/docker/tasks/services.yaml diff --git a/roles/docker/tasks/update.yml b/roles/docker/tasks/update.yaml similarity index 100% rename from roles/docker/tasks/update.yml rename to roles/docker/tasks/update.yaml diff --git a/roles/docker/vars/main.yml b/roles/docker/vars/main.yaml similarity index 100% rename from roles/docker/vars/main.yml rename to roles/docker/vars/main.yaml diff --git a/roles/elasticsearch/README.md b/roles/elasticsearch/README.md index c7ea24a57..eb3f58435 100644 --- a/roles/elasticsearch/README.md +++ b/roles/elasticsearch/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Example @@ -26,7 +26,7 @@ You can find all variables and default values used by this role in the [defaults Use elasticsearch default main config template (recommended): ```yaml -manala_elasticsearch_config_template: config/elasticsearch/elasticsearch.yml.j2 +manala_elasticsearch_config_template: config/elasticsearch/elasticsearch.yaml.j2 manala_elasticsearch_config: script: engine: diff --git a/roles/elasticsearch/defaults/main.yml b/roles/elasticsearch/defaults/main.yaml similarity index 98% rename from roles/elasticsearch/defaults/main.yml rename to roles/elasticsearch/defaults/main.yaml index eac03c47f..28656c414 100644 --- a/roles/elasticsearch/defaults/main.yml +++ b/roles/elasticsearch/defaults/main.yaml @@ -10,7 +10,7 @@ manala_elasticsearch_install_packages_default: - elasticsearch # Config -manala_elasticsearch_config_file: /etc/elasticsearch/elasticsearch.yml +manala_elasticsearch_config_file: /etc/elasticsearch/elasticsearch.yaml manala_elasticsearch_config_template: ~ manala_elasticsearch_config: ~ diff --git a/roles/elasticsearch/handlers/main.yml b/roles/elasticsearch/handlers/main.yaml similarity index 100% rename from roles/elasticsearch/handlers/main.yml rename to roles/elasticsearch/handlers/main.yaml diff --git a/roles/elasticsearch/meta/main.yml b/roles/elasticsearch/meta/main.yaml similarity index 100% rename from roles/elasticsearch/meta/main.yml rename to roles/elasticsearch/meta/main.yaml diff --git a/roles/elasticsearch/tasks/config.yml b/roles/elasticsearch/tasks/config.yaml similarity index 100% rename from roles/elasticsearch/tasks/config.yml rename to roles/elasticsearch/tasks/config.yaml diff --git a/roles/elasticsearch/tasks/environment.yml b/roles/elasticsearch/tasks/environment.yaml similarity index 100% rename from roles/elasticsearch/tasks/environment.yml rename to roles/elasticsearch/tasks/environment.yaml diff --git a/roles/elasticsearch/tasks/install.yml b/roles/elasticsearch/tasks/install.yaml similarity index 100% rename from roles/elasticsearch/tasks/install.yml rename to roles/elasticsearch/tasks/install.yaml diff --git a/roles/elasticsearch/tasks/main.yml b/roles/elasticsearch/tasks/main.yaml similarity index 67% rename from roles/elasticsearch/tasks/main.yml rename to roles/elasticsearch/tasks/main.yaml index 072e722c2..2a57ffcbd 100644 --- a/roles/elasticsearch/tasks/main.yml +++ b/roles/elasticsearch/tasks/main.yaml @@ -1,32 +1,32 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_elasticsearch - manala_elasticsearch.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_elasticsearch - manala_elasticsearch.config - name: Environment - ansible.builtin.import_tasks: environment.yml + ansible.builtin.import_tasks: environment.yaml tags: - manala_elasticsearch - manala_elasticsearch.environment - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_elasticsearch - manala_elasticsearch.services - manala.services - name: Plugins - ansible.builtin.import_tasks: plugins.yml + ansible.builtin.import_tasks: plugins.yaml tags: - manala_elasticsearch - manala_elasticsearch.plugins diff --git a/roles/elasticsearch/tasks/plugins.yml b/roles/elasticsearch/tasks/plugins.yaml similarity index 100% rename from roles/elasticsearch/tasks/plugins.yml rename to roles/elasticsearch/tasks/plugins.yaml diff --git a/roles/elasticsearch/tasks/services.yml b/roles/elasticsearch/tasks/services.yaml similarity index 100% rename from roles/elasticsearch/tasks/services.yml rename to roles/elasticsearch/tasks/services.yaml diff --git a/roles/elasticsearch/templates/config/elasticsearch/5/elasticsearch.yml.j2 b/roles/elasticsearch/templates/config/elasticsearch/5/elasticsearch.yaml.j2 similarity index 100% rename from roles/elasticsearch/templates/config/elasticsearch/5/elasticsearch.yml.j2 rename to roles/elasticsearch/templates/config/elasticsearch/5/elasticsearch.yaml.j2 diff --git a/roles/elasticsearch/templates/config/elasticsearch/6/elasticsearch.yml.j2 b/roles/elasticsearch/templates/config/elasticsearch/6/elasticsearch.yaml.j2 similarity index 100% rename from roles/elasticsearch/templates/config/elasticsearch/6/elasticsearch.yml.j2 rename to roles/elasticsearch/templates/config/elasticsearch/6/elasticsearch.yaml.j2 diff --git a/roles/elasticsearch/templates/config/elasticsearch/7/elasticsearch.yml.j2 b/roles/elasticsearch/templates/config/elasticsearch/7/elasticsearch.yaml.j2 similarity index 100% rename from roles/elasticsearch/templates/config/elasticsearch/7/elasticsearch.yml.j2 rename to roles/elasticsearch/templates/config/elasticsearch/7/elasticsearch.yaml.j2 diff --git a/roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yml.j2 b/roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yaml.j2 similarity index 65% rename from roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yml.j2 rename to roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yaml.j2 index de39704d1..42060ee79 100644 --- a/roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yml.j2 +++ b/roles/elasticsearch/templates/config/elasticsearch/elasticsearch.yaml.j2 @@ -1 +1 @@ -{%- include 'config/elasticsearch/' ~ manala_elasticsearch_version ~ '/elasticsearch.yml.j2' -%} +{%- include 'config/elasticsearch/' ~ manala_elasticsearch_version ~ '/elasticsearch.yaml.j2' -%} diff --git a/roles/elasticsearch/templates/environment/elasticsearch/5/elasticsearch.j2 b/roles/elasticsearch/templates/environment/elasticsearch/5/elasticsearch.j2 index f855d8878..6dadf76f2 100644 --- a/roles/elasticsearch/templates/environment/elasticsearch/5/elasticsearch.j2 +++ b/roles/elasticsearch/templates/environment/elasticsearch/5/elasticsearch.j2 @@ -56,7 +56,7 @@ # The maximum number of bytes of memory that may be locked into RAM # Set to "unlimited" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml. +# in elasticsearch.yaml. # When using systemd, LimitMEMLOCK must be set in a unit file such as # /etc/systemd/system/elasticsearch.service.d/override.conf. {{ environment | manala.roles.environment_parameter('MAX_LOCKED_MEMORY', comment='#MAX_LOCKED_MEMORY=unlimited') }} diff --git a/roles/elasticsearch/templates/environment/elasticsearch/6/elasticsearch.j2 b/roles/elasticsearch/templates/environment/elasticsearch/6/elasticsearch.j2 index 7354fdafe..8b4232e78 100644 --- a/roles/elasticsearch/templates/environment/elasticsearch/6/elasticsearch.j2 +++ b/roles/elasticsearch/templates/environment/elasticsearch/6/elasticsearch.j2 @@ -42,7 +42,7 @@ # The maximum number of bytes of memory that may be locked into RAM # Set to "unlimited" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml. +# in elasticsearch.yaml. # When using systemd, LimitMEMLOCK must be set in a unit file such as # /etc/systemd/system/elasticsearch.service.d/override.conf. {{ environment | manala.roles.environment_parameter('MAX_LOCKED_MEMORY', comment='#MAX_LOCKED_MEMORY=unlimited') }} diff --git a/roles/elasticsearch/templates/environment/elasticsearch/7/elasticsearch.j2 b/roles/elasticsearch/templates/environment/elasticsearch/7/elasticsearch.j2 index 3d8fa9fba..bbac69538 100644 --- a/roles/elasticsearch/templates/environment/elasticsearch/7/elasticsearch.j2 +++ b/roles/elasticsearch/templates/environment/elasticsearch/7/elasticsearch.j2 @@ -43,7 +43,7 @@ # The maximum number of bytes of memory that may be locked into RAM # Set to "unlimited" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml. +# in elasticsearch.yaml. # When using systemd, LimitMEMLOCK must be set in a unit file such as # /etc/systemd/system/elasticsearch.service.d/override.conf. {{ environment | manala.roles.environment_parameter('MAX_LOCKED_MEMORY', comment='#MAX_LOCKED_MEMORY=unlimited') }} diff --git a/roles/environment/README.md b/roles/environment/README.md index 81932e444..3389be901 100644 --- a/roles/environment/README.md +++ b/roles/environment/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/environment/defaults/main.yml b/roles/environment/defaults/main.yaml similarity index 100% rename from roles/environment/defaults/main.yml rename to roles/environment/defaults/main.yaml diff --git a/roles/environment/meta/main.yml b/roles/environment/meta/main.yaml similarity index 100% rename from roles/environment/meta/main.yml rename to roles/environment/meta/main.yaml diff --git a/roles/environment/tasks/main.yml b/roles/environment/tasks/main.yaml similarity index 65% rename from roles/environment/tasks/main.yml rename to roles/environment/tasks/main.yaml index 6cc6ee8d3..5e59a20de 100644 --- a/roles/environment/tasks/main.yml +++ b/roles/environment/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Variables - ansible.builtin.import_tasks: variables.yml + ansible.builtin.import_tasks: variables.yaml tags: - manala_environment - manala_environment.variables diff --git a/roles/environment/tasks/variables.yml b/roles/environment/tasks/variables.yaml similarity index 100% rename from roles/environment/tasks/variables.yml rename to roles/environment/tasks/variables.yaml diff --git a/roles/environment/vars/main.yml b/roles/environment/vars/main.yaml similarity index 100% rename from roles/environment/vars/main.yml rename to roles/environment/vars/main.yaml diff --git a/roles/fail2ban/README.md b/roles/fail2ban/README.md index d11f5bf9e..50fcfc647 100644 --- a/roles/fail2ban/README.md +++ b/roles/fail2ban/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration diff --git a/roles/fail2ban/defaults/main.yml b/roles/fail2ban/defaults/main.yaml similarity index 100% rename from roles/fail2ban/defaults/main.yml rename to roles/fail2ban/defaults/main.yaml diff --git a/roles/fail2ban/handlers/main.yml b/roles/fail2ban/handlers/main.yaml similarity index 100% rename from roles/fail2ban/handlers/main.yml rename to roles/fail2ban/handlers/main.yaml diff --git a/roles/fail2ban/meta/main.yml b/roles/fail2ban/meta/main.yaml similarity index 100% rename from roles/fail2ban/meta/main.yml rename to roles/fail2ban/meta/main.yaml diff --git a/roles/fail2ban/tasks/config.yml b/roles/fail2ban/tasks/config.yaml similarity index 100% rename from roles/fail2ban/tasks/config.yml rename to roles/fail2ban/tasks/config.yaml diff --git a/roles/fail2ban/tasks/install.yml b/roles/fail2ban/tasks/install.yaml similarity index 100% rename from roles/fail2ban/tasks/install.yml rename to roles/fail2ban/tasks/install.yaml diff --git a/roles/fail2ban/tasks/main.yml b/roles/fail2ban/tasks/main.yaml similarity index 65% rename from roles/fail2ban/tasks/main.yml rename to roles/fail2ban/tasks/main.yaml index 5349cc430..cb3585134 100644 --- a/roles/fail2ban/tasks/main.yml +++ b/roles/fail2ban/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_fail2ban - manala_fail2ban.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_fail2ban - manala_fail2ban.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_fail2ban - manala_fail2ban.services diff --git a/roles/fail2ban/tasks/services.yml b/roles/fail2ban/tasks/services.yaml similarity index 100% rename from roles/fail2ban/tasks/services.yml rename to roles/fail2ban/tasks/services.yaml diff --git a/roles/files/README.md b/roles/files/README.md index 0ad4a3df1..cdf19cd65 100644 --- a/roles/files/README.md +++ b/roles/files/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/files/defaults/main.yml b/roles/files/defaults/main.yaml similarity index 100% rename from roles/files/defaults/main.yml rename to roles/files/defaults/main.yaml diff --git a/roles/files/meta/main.yml b/roles/files/meta/main.yaml similarity index 100% rename from roles/files/meta/main.yml rename to roles/files/meta/main.yaml diff --git a/roles/files/tasks/attributes.yml b/roles/files/tasks/attributes.yaml similarity index 100% rename from roles/files/tasks/attributes.yml rename to roles/files/tasks/attributes.yaml diff --git a/roles/files/tasks/main.yml b/roles/files/tasks/main.yaml similarity index 62% rename from roles/files/tasks/main.yml rename to roles/files/tasks/main.yaml index 3519cf2da..c8e2cb032 100644 --- a/roles/files/tasks/main.yml +++ b/roles/files/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Attributes - ansible.builtin.import_tasks: attributes.yml + ansible.builtin.import_tasks: attributes.yaml tags: - manala_files - manala_files.attributes diff --git a/roles/git/README.md b/roles/git/README.md index da7826ae6..209157196 100644 --- a/roles/git/README.md +++ b/roles/git/README.md @@ -21,7 +21,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### GIT configuration diff --git a/roles/git/defaults/main.yml b/roles/git/defaults/main.yaml similarity index 100% rename from roles/git/defaults/main.yml rename to roles/git/defaults/main.yaml diff --git a/roles/git/meta/main.yml b/roles/git/meta/main.yaml similarity index 100% rename from roles/git/meta/main.yml rename to roles/git/meta/main.yaml diff --git a/roles/git/tasks/config.yml b/roles/git/tasks/config.yaml similarity index 100% rename from roles/git/tasks/config.yml rename to roles/git/tasks/config.yaml diff --git a/roles/git/tasks/install.yml b/roles/git/tasks/install.yaml similarity index 100% rename from roles/git/tasks/install.yml rename to roles/git/tasks/install.yaml diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yaml similarity index 60% rename from roles/git/tasks/main.yml rename to roles/git/tasks/main.yaml index 6a16366c7..7249723bf 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_git - manala_git.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_git - manala_git.config - name: Repositories - ansible.builtin.import_tasks: repositories.yml + ansible.builtin.import_tasks: repositories.yaml tags: - manala_git - manala_git.repositories diff --git a/roles/git/tasks/repositories.yml b/roles/git/tasks/repositories.yaml similarity index 100% rename from roles/git/tasks/repositories.yml rename to roles/git/tasks/repositories.yaml diff --git a/roles/gitlab/README.md b/roles/gitlab/README.md index a5bfa56ee..281ae2638 100644 --- a/roles/gitlab/README.md +++ b/roles/gitlab/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/gitlab/defaults/main.yml b/roles/gitlab/defaults/main.yaml similarity index 100% rename from roles/gitlab/defaults/main.yml rename to roles/gitlab/defaults/main.yaml diff --git a/roles/gitlab/handlers/main.yml b/roles/gitlab/handlers/main.yaml similarity index 100% rename from roles/gitlab/handlers/main.yml rename to roles/gitlab/handlers/main.yaml diff --git a/roles/gitlab/meta/main.yml b/roles/gitlab/meta/main.yaml similarity index 100% rename from roles/gitlab/meta/main.yml rename to roles/gitlab/meta/main.yaml diff --git a/roles/gitlab/tasks/configs.yml b/roles/gitlab/tasks/configs.yaml similarity index 100% rename from roles/gitlab/tasks/configs.yml rename to roles/gitlab/tasks/configs.yaml diff --git a/roles/gitlab/tasks/install.yml b/roles/gitlab/tasks/install.yaml similarity index 100% rename from roles/gitlab/tasks/install.yml rename to roles/gitlab/tasks/install.yaml diff --git a/roles/gitlab/tasks/main.yml b/roles/gitlab/tasks/main.yaml similarity index 62% rename from roles/gitlab/tasks/main.yml rename to roles/gitlab/tasks/main.yaml index 4063d8697..a4de5747e 100644 --- a/roles/gitlab/tasks/main.yml +++ b/roles/gitlab/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_gitlab - manala_gitlab.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_gitlab - manala_gitlab.configs diff --git a/roles/glusterfs/README.md b/roles/glusterfs/README.md index 918f006d9..c23d7d308 100644 --- a/roles/glusterfs/README.md +++ b/roles/glusterfs/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/glusterfs/defaults/main.yml b/roles/glusterfs/defaults/main.yaml similarity index 100% rename from roles/glusterfs/defaults/main.yml rename to roles/glusterfs/defaults/main.yaml diff --git a/roles/glusterfs/meta/main.yml b/roles/glusterfs/meta/main.yaml similarity index 100% rename from roles/glusterfs/meta/main.yml rename to roles/glusterfs/meta/main.yaml diff --git a/roles/glusterfs/tasks/install.yml b/roles/glusterfs/tasks/install.yaml similarity index 100% rename from roles/glusterfs/tasks/install.yml rename to roles/glusterfs/tasks/install.yaml diff --git a/roles/glusterfs/tasks/main.yml b/roles/glusterfs/tasks/main.yaml similarity index 64% rename from roles/glusterfs/tasks/main.yml rename to roles/glusterfs/tasks/main.yaml index ed8d2f69d..4ccc707db 100644 --- a/roles/glusterfs/tasks/main.yml +++ b/roles/glusterfs/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_glusterfs - manala_glusterfs.install - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_glusterfs - manala_glusterfs.services - name: Volumes - ansible.builtin.import_tasks: volumes.yml + ansible.builtin.import_tasks: volumes.yaml tags: - manala_glusterfs - manala_glusterfs.volumes diff --git a/roles/glusterfs/tasks/services.yml b/roles/glusterfs/tasks/services.yaml similarity index 100% rename from roles/glusterfs/tasks/services.yml rename to roles/glusterfs/tasks/services.yaml diff --git a/roles/glusterfs/tasks/volumes.yml b/roles/glusterfs/tasks/volumes.yaml similarity index 100% rename from roles/glusterfs/tasks/volumes.yml rename to roles/glusterfs/tasks/volumes.yaml diff --git a/roles/gomplate/README.md b/roles/gomplate/README.md index a0b5a341d..5c5e48b2b 100644 --- a/roles/gomplate/README.md +++ b/roles/gomplate/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/gomplate/defaults/main.yml b/roles/gomplate/defaults/main.yaml similarity index 100% rename from roles/gomplate/defaults/main.yml rename to roles/gomplate/defaults/main.yaml diff --git a/roles/gomplate/meta/main.yml b/roles/gomplate/meta/main.yaml similarity index 100% rename from roles/gomplate/meta/main.yml rename to roles/gomplate/meta/main.yaml diff --git a/roles/gomplate/tasks/install.yml b/roles/gomplate/tasks/install.yaml similarity index 100% rename from roles/gomplate/tasks/install.yml rename to roles/gomplate/tasks/install.yaml diff --git a/roles/gomplate/tasks/main.yml b/roles/gomplate/tasks/main.yaml similarity index 64% rename from roles/gomplate/tasks/main.yml rename to roles/gomplate/tasks/main.yaml index faf755d66..3a11336c3 100644 --- a/roles/gomplate/tasks/main.yml +++ b/roles/gomplate/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_gomplate - manala_gomplate.install diff --git a/roles/grafana/README.md b/roles/grafana/README.md index 0cf41140e..211bd0247 100644 --- a/roles/grafana/README.md +++ b/roles/grafana/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/grafana/defaults/main.yml b/roles/grafana/defaults/main.yaml similarity index 100% rename from roles/grafana/defaults/main.yml rename to roles/grafana/defaults/main.yaml diff --git a/roles/grafana/handlers/main.yml b/roles/grafana/handlers/main.yaml similarity index 100% rename from roles/grafana/handlers/main.yml rename to roles/grafana/handlers/main.yaml diff --git a/roles/grafana/meta/main.yml b/roles/grafana/meta/main.yaml similarity index 100% rename from roles/grafana/meta/main.yml rename to roles/grafana/meta/main.yaml diff --git a/roles/grafana/tasks/config.yml b/roles/grafana/tasks/config.yaml similarity index 100% rename from roles/grafana/tasks/config.yml rename to roles/grafana/tasks/config.yaml diff --git a/roles/grafana/tasks/dashboards.yml b/roles/grafana/tasks/dashboards.yaml similarity index 100% rename from roles/grafana/tasks/dashboards.yml rename to roles/grafana/tasks/dashboards.yaml diff --git a/roles/grafana/tasks/datasources.yml b/roles/grafana/tasks/datasources.yaml similarity index 100% rename from roles/grafana/tasks/datasources.yml rename to roles/grafana/tasks/datasources.yaml diff --git a/roles/grafana/tasks/install.yml b/roles/grafana/tasks/install.yaml similarity index 100% rename from roles/grafana/tasks/install.yml rename to roles/grafana/tasks/install.yaml diff --git a/roles/grafana/tasks/main.yml b/roles/grafana/tasks/main.yaml similarity index 71% rename from roles/grafana/tasks/main.yml rename to roles/grafana/tasks/main.yaml index a8c0db3fd..5bf1376d2 100644 --- a/roles/grafana/tasks/main.yml +++ b/roles/grafana/tasks/main.yaml @@ -1,26 +1,26 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_grafana - manala_grafana.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_grafana - manala_grafana.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_grafana - manala_grafana.services - manala.services - name: Datasources - ansible.builtin.import_tasks: datasources.yml + ansible.builtin.import_tasks: datasources.yaml when: manala_grafana_datasources | length or manala_grafana_datasources_exclusive tags: @@ -28,7 +28,7 @@ - manala_grafana.datasources - name: Dashboards - ansible.builtin.import_tasks: dashboards.yml + ansible.builtin.import_tasks: dashboards.yaml when: manala_grafana_dashboards | length or manala_grafana_dashboards_exclusive tags: diff --git a/roles/grafana/tasks/services.yml b/roles/grafana/tasks/services.yaml similarity index 100% rename from roles/grafana/tasks/services.yml rename to roles/grafana/tasks/services.yaml diff --git a/roles/grafana_agent/README.md b/roles/grafana_agent/README.md index 72120c180..da011f802 100644 --- a/roles/grafana_agent/README.md +++ b/roles/grafana_agent/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/grafana_agent/defaults/main.yml b/roles/grafana_agent/defaults/main.yaml similarity index 100% rename from roles/grafana_agent/defaults/main.yml rename to roles/grafana_agent/defaults/main.yaml diff --git a/roles/grafana_agent/meta/main.yml b/roles/grafana_agent/meta/main.yaml similarity index 100% rename from roles/grafana_agent/meta/main.yml rename to roles/grafana_agent/meta/main.yaml diff --git a/roles/grafana_agent/tasks/config.yml b/roles/grafana_agent/tasks/config.yaml similarity index 100% rename from roles/grafana_agent/tasks/config.yml rename to roles/grafana_agent/tasks/config.yaml diff --git a/roles/grafana_agent/tasks/install.yml b/roles/grafana_agent/tasks/install.yaml similarity index 100% rename from roles/grafana_agent/tasks/install.yml rename to roles/grafana_agent/tasks/install.yaml diff --git a/roles/grafana_agent/tasks/main.yml b/roles/grafana_agent/tasks/main.yaml similarity index 68% rename from roles/grafana_agent/tasks/main.yml rename to roles/grafana_agent/tasks/main.yaml index 3b4c798f7..7ffa965d2 100644 --- a/roles/grafana_agent/tasks/main.yml +++ b/roles/grafana_agent/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_grafana_agent - manala_grafana_agent.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_grafana_agent - manala_grafana_agent.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_grafana_agent - manala_grafana_agent.services diff --git a/roles/grafana_agent/tasks/services.yml b/roles/grafana_agent/tasks/services.yaml similarity index 100% rename from roles/grafana_agent/tasks/services.yml rename to roles/grafana_agent/tasks/services.yaml diff --git a/roles/haproxy/README.md b/roles/haproxy/README.md index ca931c17a..ba69b4e00 100644 --- a/roles/haproxy/README.md +++ b/roles/haproxy/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/haproxy/defaults/main.yml b/roles/haproxy/defaults/main.yaml similarity index 100% rename from roles/haproxy/defaults/main.yml rename to roles/haproxy/defaults/main.yaml diff --git a/roles/haproxy/handlers/main.yml b/roles/haproxy/handlers/main.yaml similarity index 100% rename from roles/haproxy/handlers/main.yml rename to roles/haproxy/handlers/main.yaml diff --git a/roles/haproxy/meta/main.yml b/roles/haproxy/meta/main.yaml similarity index 100% rename from roles/haproxy/meta/main.yml rename to roles/haproxy/meta/main.yaml diff --git a/roles/haproxy/tasks/config.yml b/roles/haproxy/tasks/config.yaml similarity index 100% rename from roles/haproxy/tasks/config.yml rename to roles/haproxy/tasks/config.yaml diff --git a/roles/haproxy/tasks/configs.yml b/roles/haproxy/tasks/configs.yaml similarity index 100% rename from roles/haproxy/tasks/configs.yml rename to roles/haproxy/tasks/configs.yaml diff --git a/roles/haproxy/tasks/environment.yml b/roles/haproxy/tasks/environment.yaml similarity index 100% rename from roles/haproxy/tasks/environment.yml rename to roles/haproxy/tasks/environment.yaml diff --git a/roles/haproxy/tasks/errorfiles.yml b/roles/haproxy/tasks/errorfiles.yaml similarity index 100% rename from roles/haproxy/tasks/errorfiles.yml rename to roles/haproxy/tasks/errorfiles.yaml diff --git a/roles/haproxy/tasks/install.yml b/roles/haproxy/tasks/install.yaml similarity index 100% rename from roles/haproxy/tasks/install.yml rename to roles/haproxy/tasks/install.yaml diff --git a/roles/haproxy/tasks/main.yml b/roles/haproxy/tasks/main.yaml similarity index 63% rename from roles/haproxy/tasks/main.yml rename to roles/haproxy/tasks/main.yaml index 2ad2dddf9..bc601520b 100644 --- a/roles/haproxy/tasks/main.yml +++ b/roles/haproxy/tasks/main.yaml @@ -1,37 +1,37 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_haproxy - manala_haproxy.install - name: Errorfiles - ansible.builtin.import_tasks: errorfiles.yml + ansible.builtin.import_tasks: errorfiles.yaml tags: - manala_haproxy - manala_haproxy.errorfiles - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_haproxy - manala_haproxy.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_haproxy - manala_haproxy.configs - name: Environment - ansible.builtin.import_tasks: environment.yml + ansible.builtin.import_tasks: environment.yaml tags: - manala_haproxy - manala_haproxy.environment - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_haproxy - manala_haproxy.services diff --git a/roles/haproxy/tasks/services.yml b/roles/haproxy/tasks/services.yaml similarity index 100% rename from roles/haproxy/tasks/services.yml rename to roles/haproxy/tasks/services.yaml diff --git a/roles/influxdb/README.md b/roles/influxdb/README.md index eb9d6afe8..018cd6c6e 100644 --- a/roles/influxdb/README.md +++ b/roles/influxdb/README.md @@ -27,7 +27,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/influxdb/defaults/main.yml b/roles/influxdb/defaults/main.yaml similarity index 100% rename from roles/influxdb/defaults/main.yml rename to roles/influxdb/defaults/main.yaml diff --git a/roles/influxdb/handlers/main.yml b/roles/influxdb/handlers/main.yaml similarity index 100% rename from roles/influxdb/handlers/main.yml rename to roles/influxdb/handlers/main.yaml diff --git a/roles/influxdb/meta/main.yml b/roles/influxdb/meta/main.yaml similarity index 100% rename from roles/influxdb/meta/main.yml rename to roles/influxdb/meta/main.yaml diff --git a/roles/influxdb/tasks/config.yml b/roles/influxdb/tasks/config.yaml similarity index 100% rename from roles/influxdb/tasks/config.yml rename to roles/influxdb/tasks/config.yaml diff --git a/roles/influxdb/tasks/databases.yml b/roles/influxdb/tasks/databases.yaml similarity index 100% rename from roles/influxdb/tasks/databases.yml rename to roles/influxdb/tasks/databases.yaml diff --git a/roles/influxdb/tasks/dir.yml b/roles/influxdb/tasks/dir.yaml similarity index 100% rename from roles/influxdb/tasks/dir.yml rename to roles/influxdb/tasks/dir.yaml diff --git a/roles/influxdb/tasks/install.yml b/roles/influxdb/tasks/install.yaml similarity index 100% rename from roles/influxdb/tasks/install.yml rename to roles/influxdb/tasks/install.yaml diff --git a/roles/influxdb/tasks/main.yml b/roles/influxdb/tasks/main.yaml similarity index 64% rename from roles/influxdb/tasks/main.yml rename to roles/influxdb/tasks/main.yaml index a07a62507..7a190be7e 100644 --- a/roles/influxdb/tasks/main.yml +++ b/roles/influxdb/tasks/main.yaml @@ -1,44 +1,44 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_influxdb - manala_influxdb.install - name: Dir - ansible.builtin.import_tasks: dir.yml + ansible.builtin.import_tasks: dir.yaml tags: - manala_influxdb - manala_influxdb.dir - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_influxdb - manala_influxdb.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_influxdb - manala_influxdb.services - manala.services - name: Databases - ansible.builtin.import_tasks: databases.yml + ansible.builtin.import_tasks: databases.yaml tags: - manala_influxdb - manala_influxdb.databases - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_influxdb - manala_influxdb.users - name: Privileges - ansible.builtin.import_tasks: privileges.yml + ansible.builtin.import_tasks: privileges.yaml tags: - manala_influxdb - manala_influxdb.privileges diff --git a/roles/influxdb/tasks/privileges.yml b/roles/influxdb/tasks/privileges.yaml similarity index 100% rename from roles/influxdb/tasks/privileges.yml rename to roles/influxdb/tasks/privileges.yaml diff --git a/roles/influxdb/tasks/services.yml b/roles/influxdb/tasks/services.yaml similarity index 100% rename from roles/influxdb/tasks/services.yml rename to roles/influxdb/tasks/services.yaml diff --git a/roles/influxdb/tasks/users.yml b/roles/influxdb/tasks/users.yaml similarity index 100% rename from roles/influxdb/tasks/users.yml rename to roles/influxdb/tasks/users.yaml diff --git a/roles/java/README.md b/roles/java/README.md index 45631a130..dc39fa428 100644 --- a/roles/java/README.md +++ b/roles/java/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/java/defaults/main.yml b/roles/java/defaults/main.yaml similarity index 100% rename from roles/java/defaults/main.yml rename to roles/java/defaults/main.yaml diff --git a/roles/java/meta/main.yml b/roles/java/meta/main.yaml similarity index 100% rename from roles/java/meta/main.yml rename to roles/java/meta/main.yaml diff --git a/roles/java/tasks/install.yml b/roles/java/tasks/install.yaml similarity index 100% rename from roles/java/tasks/install.yml rename to roles/java/tasks/install.yaml diff --git a/roles/java/tasks/main.yml b/roles/java/tasks/main.yaml similarity index 61% rename from roles/java/tasks/main.yml rename to roles/java/tasks/main.yaml index 058f47cfd..9c8260416 100644 --- a/roles/java/tasks/main.yml +++ b/roles/java/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_java - manala_java.install diff --git a/roles/keepalived/README.md b/roles/keepalived/README.md index f529bfeb4..41f0b0196 100644 --- a/roles/keepalived/README.md +++ b/roles/keepalived/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/keepalived/defaults/main.yml b/roles/keepalived/defaults/main.yaml similarity index 100% rename from roles/keepalived/defaults/main.yml rename to roles/keepalived/defaults/main.yaml diff --git a/roles/keepalived/handlers/main.yml b/roles/keepalived/handlers/main.yaml similarity index 100% rename from roles/keepalived/handlers/main.yml rename to roles/keepalived/handlers/main.yaml diff --git a/roles/keepalived/meta/main.yml b/roles/keepalived/meta/main.yaml similarity index 100% rename from roles/keepalived/meta/main.yml rename to roles/keepalived/meta/main.yaml diff --git a/roles/keepalived/tasks/config.yml b/roles/keepalived/tasks/config.yaml similarity index 100% rename from roles/keepalived/tasks/config.yml rename to roles/keepalived/tasks/config.yaml diff --git a/roles/keepalived/tasks/environment.yml b/roles/keepalived/tasks/environment.yaml similarity index 100% rename from roles/keepalived/tasks/environment.yml rename to roles/keepalived/tasks/environment.yaml diff --git a/roles/keepalived/tasks/install.yml b/roles/keepalived/tasks/install.yaml similarity index 100% rename from roles/keepalived/tasks/install.yml rename to roles/keepalived/tasks/install.yaml diff --git a/roles/keepalived/tasks/main.yml b/roles/keepalived/tasks/main.yaml similarity index 66% rename from roles/keepalived/tasks/main.yml rename to roles/keepalived/tasks/main.yaml index 13e2e119e..54ab1d033 100644 --- a/roles/keepalived/tasks/main.yml +++ b/roles/keepalived/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_keepalived - manala_keepalived.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_keepalived - manala_keepalived.config - name: Environment - ansible.builtin.import_tasks: environment.yml + ansible.builtin.import_tasks: environment.yaml tags: - manala_keepalived - manala_keepalived.environment - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_keepalived - manala_keepalived.services diff --git a/roles/keepalived/tasks/services.yml b/roles/keepalived/tasks/services.yaml similarity index 100% rename from roles/keepalived/tasks/services.yml rename to roles/keepalived/tasks/services.yaml diff --git a/roles/kernel/README.md b/roles/kernel/README.md index 8753c0087..763891b85 100644 --- a/roles/kernel/README.md +++ b/roles/kernel/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/kernel/defaults/main.yml b/roles/kernel/defaults/main.yaml similarity index 100% rename from roles/kernel/defaults/main.yml rename to roles/kernel/defaults/main.yaml diff --git a/roles/kernel/meta/main.yml b/roles/kernel/meta/main.yaml similarity index 100% rename from roles/kernel/meta/main.yml rename to roles/kernel/meta/main.yaml diff --git a/roles/kernel/tasks/main.yml b/roles/kernel/tasks/main.yaml similarity index 62% rename from roles/kernel/tasks/main.yml rename to roles/kernel/tasks/main.yaml index b1055c5a3..8d9f188a1 100644 --- a/roles/kernel/tasks/main.yml +++ b/roles/kernel/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Modules - ansible.builtin.import_tasks: modules.yml + ansible.builtin.import_tasks: modules.yaml tags: - manala_kernel - manala_kernel.modules - name: Parameters - ansible.builtin.import_tasks: parameters.yml + ansible.builtin.import_tasks: parameters.yaml tags: - manala_kernel - manala_kernel.parameters diff --git a/roles/kernel/tasks/modules.yml b/roles/kernel/tasks/modules.yaml similarity index 100% rename from roles/kernel/tasks/modules.yml rename to roles/kernel/tasks/modules.yaml diff --git a/roles/kernel/tasks/parameters.yml b/roles/kernel/tasks/parameters.yaml similarity index 100% rename from roles/kernel/tasks/parameters.yml rename to roles/kernel/tasks/parameters.yaml diff --git a/roles/locales/README.md b/roles/locales/README.md index 0b999c8b1..7930f2852 100644 --- a/roles/locales/README.md +++ b/roles/locales/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/locales/defaults/main.yml b/roles/locales/defaults/main.yaml similarity index 100% rename from roles/locales/defaults/main.yml rename to roles/locales/defaults/main.yaml diff --git a/roles/locales/meta/main.yml b/roles/locales/meta/main.yaml similarity index 100% rename from roles/locales/meta/main.yml rename to roles/locales/meta/main.yaml diff --git a/roles/locales/tasks/codes.yml b/roles/locales/tasks/codes.yaml similarity index 100% rename from roles/locales/tasks/codes.yml rename to roles/locales/tasks/codes.yaml diff --git a/roles/locales/tasks/codes_default.yml b/roles/locales/tasks/codes_default.yaml similarity index 100% rename from roles/locales/tasks/codes_default.yml rename to roles/locales/tasks/codes_default.yaml diff --git a/roles/locales/tasks/install.yml b/roles/locales/tasks/install.yaml similarity index 100% rename from roles/locales/tasks/install.yml rename to roles/locales/tasks/install.yaml diff --git a/roles/locales/tasks/main.yml b/roles/locales/tasks/main.yaml similarity index 70% rename from roles/locales/tasks/main.yml rename to roles/locales/tasks/main.yaml index 6389428cb..028f81c09 100644 --- a/roles/locales/tasks/main.yml +++ b/roles/locales/tasks/main.yaml @@ -1,20 +1,20 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_locales - manala_locales.install - name: Codes - ansible.builtin.import_tasks: codes.yml + ansible.builtin.import_tasks: codes.yaml when: manala_locales_codes | length tags: - manala_locales - manala_locales.codes - name: Codes Defaults - ansible.builtin.import_tasks: codes_default.yml + ansible.builtin.import_tasks: codes_default.yaml when: manala_locales_codes_default is not none tags: - manala_locales diff --git a/roles/locales/vars/main.yml b/roles/locales/vars/main.yaml similarity index 100% rename from roles/locales/vars/main.yml rename to roles/locales/vars/main.yaml diff --git a/roles/logrotate/README.md b/roles/logrotate/README.md index 89e8ea13c..6d95e1c6d 100644 --- a/roles/logrotate/README.md +++ b/roles/logrotate/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configurations examples diff --git a/roles/logrotate/defaults/main.yml b/roles/logrotate/defaults/main.yaml similarity index 100% rename from roles/logrotate/defaults/main.yml rename to roles/logrotate/defaults/main.yaml diff --git a/roles/logrotate/meta/main.yml b/roles/logrotate/meta/main.yaml similarity index 100% rename from roles/logrotate/meta/main.yml rename to roles/logrotate/meta/main.yaml diff --git a/roles/logrotate/tasks/configs.yml b/roles/logrotate/tasks/configs.yaml similarity index 100% rename from roles/logrotate/tasks/configs.yml rename to roles/logrotate/tasks/configs.yaml diff --git a/roles/logrotate/tasks/install.yml b/roles/logrotate/tasks/install.yaml similarity index 100% rename from roles/logrotate/tasks/install.yml rename to roles/logrotate/tasks/install.yaml diff --git a/roles/logrotate/tasks/main.yml b/roles/logrotate/tasks/main.yaml similarity index 64% rename from roles/logrotate/tasks/main.yml rename to roles/logrotate/tasks/main.yaml index 440204d26..643c0b0e9 100644 --- a/roles/logrotate/tasks/main.yml +++ b/roles/logrotate/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_logrotate - manala_logrotate.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_logrotate - manala_logrotate.configs diff --git a/roles/make/README.md b/roles/make/README.md index bda8ce4f3..c928d83ad 100644 --- a/roles/make/README.md +++ b/roles/make/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/make/defaults/main.yml b/roles/make/defaults/main.yaml similarity index 100% rename from roles/make/defaults/main.yml rename to roles/make/defaults/main.yaml diff --git a/roles/make/meta/main.yml b/roles/make/meta/main.yaml similarity index 100% rename from roles/make/meta/main.yml rename to roles/make/meta/main.yaml diff --git a/roles/make/tasks/install.yml b/roles/make/tasks/install.yaml similarity index 100% rename from roles/make/tasks/install.yml rename to roles/make/tasks/install.yaml diff --git a/roles/make/tasks/main.yml b/roles/make/tasks/main.yaml similarity index 61% rename from roles/make/tasks/main.yml rename to roles/make/tasks/main.yaml index 99ea035fb..c65a89c9a 100644 --- a/roles/make/tasks/main.yml +++ b/roles/make/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_make - manala_make.install diff --git a/roles/maxscale/README.md b/roles/maxscale/README.md index 59f495706..b5d234487 100644 --- a/roles/maxscale/README.md +++ b/roles/maxscale/README.md @@ -24,7 +24,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example (Galera cluster configuration) diff --git a/roles/maxscale/defaults/main.yml b/roles/maxscale/defaults/main.yaml similarity index 100% rename from roles/maxscale/defaults/main.yml rename to roles/maxscale/defaults/main.yaml diff --git a/roles/maxscale/handlers/main.yml b/roles/maxscale/handlers/main.yaml similarity index 100% rename from roles/maxscale/handlers/main.yml rename to roles/maxscale/handlers/main.yaml diff --git a/roles/maxscale/meta/main.yml b/roles/maxscale/meta/main.yaml similarity index 100% rename from roles/maxscale/meta/main.yml rename to roles/maxscale/meta/main.yaml diff --git a/roles/maxscale/tasks/config.yml b/roles/maxscale/tasks/config.yaml similarity index 100% rename from roles/maxscale/tasks/config.yml rename to roles/maxscale/tasks/config.yaml diff --git a/roles/maxscale/tasks/configs.yml b/roles/maxscale/tasks/configs.yaml similarity index 100% rename from roles/maxscale/tasks/configs.yml rename to roles/maxscale/tasks/configs.yaml diff --git a/roles/maxscale/tasks/install.yml b/roles/maxscale/tasks/install.yaml similarity index 100% rename from roles/maxscale/tasks/install.yml rename to roles/maxscale/tasks/install.yaml diff --git a/roles/maxscale/tasks/main.yml b/roles/maxscale/tasks/main.yaml similarity index 63% rename from roles/maxscale/tasks/main.yml rename to roles/maxscale/tasks/main.yaml index 5e3fcedf1..e8a3cda45 100644 --- a/roles/maxscale/tasks/main.yml +++ b/roles/maxscale/tasks/main.yaml @@ -1,31 +1,31 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_maxscale - manala_maxscale.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_maxscale - manala_maxscale.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_maxscale - manala_maxscale.configs - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_maxscale - manala_maxscale.users - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_maxscale - manala_maxscale.services diff --git a/roles/maxscale/tasks/services.yml b/roles/maxscale/tasks/services.yaml similarity index 100% rename from roles/maxscale/tasks/services.yml rename to roles/maxscale/tasks/services.yaml diff --git a/roles/maxscale/tasks/users.yml b/roles/maxscale/tasks/users.yaml similarity index 100% rename from roles/maxscale/tasks/users.yml rename to roles/maxscale/tasks/users.yaml diff --git a/roles/mongodb/README.md b/roles/mongodb/README.md index a918c86fd..8500e3595 100644 --- a/roles/mongodb/README.md +++ b/roles/mongodb/README.md @@ -24,7 +24,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/mongodb/defaults/main.yml b/roles/mongodb/defaults/main.yaml similarity index 100% rename from roles/mongodb/defaults/main.yml rename to roles/mongodb/defaults/main.yaml diff --git a/roles/mongodb/handlers/main.yml b/roles/mongodb/handlers/main.yaml similarity index 100% rename from roles/mongodb/handlers/main.yml rename to roles/mongodb/handlers/main.yaml diff --git a/roles/mongodb/meta/main.yml b/roles/mongodb/meta/main.yaml similarity index 100% rename from roles/mongodb/meta/main.yml rename to roles/mongodb/meta/main.yaml diff --git a/roles/mongodb/tasks/config.yml b/roles/mongodb/tasks/config.yaml similarity index 100% rename from roles/mongodb/tasks/config.yml rename to roles/mongodb/tasks/config.yaml diff --git a/roles/mongodb/tasks/install.yml b/roles/mongodb/tasks/install.yaml similarity index 100% rename from roles/mongodb/tasks/install.yml rename to roles/mongodb/tasks/install.yaml diff --git a/roles/mongodb/tasks/main.yml b/roles/mongodb/tasks/main.yaml similarity index 64% rename from roles/mongodb/tasks/main.yml rename to roles/mongodb/tasks/main.yaml index ea87ec644..9e30e9cef 100644 --- a/roles/mongodb/tasks/main.yml +++ b/roles/mongodb/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_mongodb - manala_mongodb.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_mongodb - manala_mongodb.config - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_mongodb - manala_mongodb.users - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_mongodb - manala_mongodb.services diff --git a/roles/mongodb/tasks/services.yml b/roles/mongodb/tasks/services.yaml similarity index 100% rename from roles/mongodb/tasks/services.yml rename to roles/mongodb/tasks/services.yaml diff --git a/roles/mongodb/tasks/users.yml b/roles/mongodb/tasks/users.yaml similarity index 100% rename from roles/mongodb/tasks/users.yml rename to roles/mongodb/tasks/users.yaml diff --git a/roles/motd/README.md b/roles/motd/README.md index 7e2e79e0b..f3dc9bda0 100644 --- a/roles/motd/README.md +++ b/roles/motd/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/motd/defaults/main.yml b/roles/motd/defaults/main.yaml similarity index 100% rename from roles/motd/defaults/main.yml rename to roles/motd/defaults/main.yaml diff --git a/roles/motd/meta/main.yml b/roles/motd/meta/main.yaml similarity index 100% rename from roles/motd/meta/main.yml rename to roles/motd/meta/main.yaml diff --git a/roles/motd/tasks/main.yml b/roles/motd/tasks/main.yaml similarity index 61% rename from roles/motd/tasks/main.yml rename to roles/motd/tasks/main.yaml index 24701998d..83a05c1c7 100644 --- a/roles/motd/tasks/main.yml +++ b/roles/motd/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Scripts - ansible.builtin.import_tasks: scripts.yml + ansible.builtin.import_tasks: scripts.yaml tags: - manala_motd - manala_motd.scripts diff --git a/roles/motd/tasks/scripts.yml b/roles/motd/tasks/scripts.yaml similarity index 100% rename from roles/motd/tasks/scripts.yml rename to roles/motd/tasks/scripts.yaml diff --git a/roles/mount/README.md b/roles/mount/README.md index 15df8827e..fd2be549d 100644 --- a/roles/mount/README.md +++ b/roles/mount/README.md @@ -14,7 +14,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/mount/defaults/main.yml b/roles/mount/defaults/main.yaml similarity index 100% rename from roles/mount/defaults/main.yml rename to roles/mount/defaults/main.yaml diff --git a/roles/mount/meta/main.yml b/roles/mount/meta/main.yaml similarity index 100% rename from roles/mount/meta/main.yml rename to roles/mount/meta/main.yaml diff --git a/roles/mount/tasks/main.yml b/roles/mount/tasks/main.yaml similarity index 62% rename from roles/mount/tasks/main.yml rename to roles/mount/tasks/main.yaml index 92c248f2a..3e4f98223 100644 --- a/roles/mount/tasks/main.yml +++ b/roles/mount/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Points - ansible.builtin.import_tasks: points.yml + ansible.builtin.import_tasks: points.yaml tags: - manala_mount - manala_mount.points diff --git a/roles/mount/tasks/points.yml b/roles/mount/tasks/points.yaml similarity index 100% rename from roles/mount/tasks/points.yml rename to roles/mount/tasks/points.yaml diff --git a/roles/mysql/README.md b/roles/mysql/README.md index 278aa76f3..201a2d9f4 100644 --- a/roles/mysql/README.md +++ b/roles/mysql/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Configuration example diff --git a/roles/mysql/defaults/main.yml b/roles/mysql/defaults/main.yaml similarity index 100% rename from roles/mysql/defaults/main.yml rename to roles/mysql/defaults/main.yaml diff --git a/roles/mysql/handlers/main.yml b/roles/mysql/handlers/main.yaml similarity index 100% rename from roles/mysql/handlers/main.yml rename to roles/mysql/handlers/main.yaml diff --git a/roles/mysql/meta/main.yml b/roles/mysql/meta/main.yaml similarity index 100% rename from roles/mysql/meta/main.yml rename to roles/mysql/meta/main.yaml diff --git a/roles/mysql/tasks/config.yml b/roles/mysql/tasks/config.yaml similarity index 100% rename from roles/mysql/tasks/config.yml rename to roles/mysql/tasks/config.yaml diff --git a/roles/mysql/tasks/configs.yml b/roles/mysql/tasks/configs.yaml similarity index 100% rename from roles/mysql/tasks/configs.yml rename to roles/mysql/tasks/configs.yaml diff --git a/roles/mysql/tasks/data.yml b/roles/mysql/tasks/data.yaml similarity index 100% rename from roles/mysql/tasks/data.yml rename to roles/mysql/tasks/data.yaml diff --git a/roles/mysql/tasks/databases.yml b/roles/mysql/tasks/databases.yaml similarity index 100% rename from roles/mysql/tasks/databases.yml rename to roles/mysql/tasks/databases.yaml diff --git a/roles/mysql/tasks/install.yml b/roles/mysql/tasks/install.yaml similarity index 100% rename from roles/mysql/tasks/install.yml rename to roles/mysql/tasks/install.yaml diff --git a/roles/mysql/tasks/main.yml b/roles/mysql/tasks/main.yaml similarity index 62% rename from roles/mysql/tasks/main.yml rename to roles/mysql/tasks/main.yaml index 13b7be346..08d4a55a0 100644 --- a/roles/mysql/tasks/main.yml +++ b/roles/mysql/tasks/main.yaml @@ -1,50 +1,50 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_mysql - manala_mysql.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_mysql - manala_mysql.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_mysql - manala_mysql.configs - name: Data - ansible.builtin.import_tasks: data.yml + ansible.builtin.import_tasks: data.yaml tags: - manala_mysql - manala_mysql.data - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_mysql - manala_mysql.services - manala.services - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_mysql - manala_mysql.users - name: Databases - ansible.builtin.import_tasks: databases.yml + ansible.builtin.import_tasks: databases.yaml tags: - manala_mysql - manala_mysql.databases - name: Replications - ansible.builtin.import_tasks: replications.yml + ansible.builtin.import_tasks: replications.yaml tags: - manala_mysql - manala_mysql.replications diff --git a/roles/mysql/tasks/replications.yml b/roles/mysql/tasks/replications.yaml similarity index 100% rename from roles/mysql/tasks/replications.yml rename to roles/mysql/tasks/replications.yaml diff --git a/roles/mysql/tasks/services.yml b/roles/mysql/tasks/services.yaml similarity index 100% rename from roles/mysql/tasks/services.yml rename to roles/mysql/tasks/services.yaml diff --git a/roles/mysql/tasks/users.yml b/roles/mysql/tasks/users.yaml similarity index 100% rename from roles/mysql/tasks/users.yml rename to roles/mysql/tasks/users.yaml diff --git a/roles/network/README.md b/roles/network/README.md index 17adab143..6985a6acd 100644 --- a/roles/network/README.md +++ b/roles/network/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration examples diff --git a/roles/network/defaults/main.yml b/roles/network/defaults/main.yaml similarity index 100% rename from roles/network/defaults/main.yml rename to roles/network/defaults/main.yaml diff --git a/roles/network/handlers/main.yml b/roles/network/handlers/main.yaml similarity index 100% rename from roles/network/handlers/main.yml rename to roles/network/handlers/main.yaml diff --git a/roles/network/meta/main.yml b/roles/network/meta/main.yaml similarity index 100% rename from roles/network/meta/main.yml rename to roles/network/meta/main.yaml diff --git a/roles/network/tasks/hosts.yml b/roles/network/tasks/hosts.yaml similarity index 100% rename from roles/network/tasks/hosts.yml rename to roles/network/tasks/hosts.yaml diff --git a/roles/network/tasks/install.yml b/roles/network/tasks/install.yaml similarity index 100% rename from roles/network/tasks/install.yml rename to roles/network/tasks/install.yaml diff --git a/roles/network/tasks/interfaces_config.yml b/roles/network/tasks/interfaces_config.yaml similarity index 100% rename from roles/network/tasks/interfaces_config.yml rename to roles/network/tasks/interfaces_config.yaml diff --git a/roles/network/tasks/interfaces_configs.yml b/roles/network/tasks/interfaces_configs.yaml similarity index 100% rename from roles/network/tasks/interfaces_configs.yml rename to roles/network/tasks/interfaces_configs.yaml diff --git a/roles/network/tasks/main.yml b/roles/network/tasks/main.yaml similarity index 68% rename from roles/network/tasks/main.yml rename to roles/network/tasks/main.yaml index 4780b1aab..9806cbcc6 100644 --- a/roles/network/tasks/main.yml +++ b/roles/network/tasks/main.yaml @@ -1,37 +1,37 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_network - manala_network.install - name: Hosts - ansible.builtin.import_tasks: hosts.yml + ansible.builtin.import_tasks: hosts.yaml tags: - manala_network - manala_network.hosts - name: Resolver config - ansible.builtin.import_tasks: resolver_config.yml + ansible.builtin.import_tasks: resolver_config.yaml tags: - manala_network - manala_network.resolver_config - name: Interfaces config - ansible.builtin.import_tasks: interfaces_config.yml + ansible.builtin.import_tasks: interfaces_config.yaml tags: - manala_network - manala_network.interfaces_config - name: Interfaces configs - ansible.builtin.import_tasks: interfaces_configs.yml + ansible.builtin.import_tasks: interfaces_configs.yaml tags: - manala_network - manala_network.interfaces_configs - name: Routing Tables - ansible.builtin.import_tasks: routing_tables.yml + ansible.builtin.import_tasks: routing_tables.yaml tags: - manala_network - manala_network.routing_tables diff --git a/roles/network/tasks/resolver_config.yml b/roles/network/tasks/resolver_config.yaml similarity index 100% rename from roles/network/tasks/resolver_config.yml rename to roles/network/tasks/resolver_config.yaml diff --git a/roles/network/tasks/routing_tables.yml b/roles/network/tasks/routing_tables.yaml similarity index 100% rename from roles/network/tasks/routing_tables.yml rename to roles/network/tasks/routing_tables.yaml diff --git a/roles/nginx/README.md b/roles/nginx/README.md index 0306b263b..564c9def0 100644 --- a/roles/nginx/README.md +++ b/roles/nginx/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Nginx configuration diff --git a/roles/nginx/defaults/main.yml b/roles/nginx/defaults/main.yaml similarity index 100% rename from roles/nginx/defaults/main.yml rename to roles/nginx/defaults/main.yaml diff --git a/roles/nginx/handlers/main.yml b/roles/nginx/handlers/main.yaml similarity index 100% rename from roles/nginx/handlers/main.yml rename to roles/nginx/handlers/main.yaml diff --git a/roles/nginx/meta/main.yml b/roles/nginx/meta/main.yaml similarity index 100% rename from roles/nginx/meta/main.yml rename to roles/nginx/meta/main.yaml diff --git a/roles/nginx/tasks/config.yml b/roles/nginx/tasks/config.yaml similarity index 100% rename from roles/nginx/tasks/config.yml rename to roles/nginx/tasks/config.yaml diff --git a/roles/nginx/tasks/configs.yml b/roles/nginx/tasks/configs.yaml similarity index 100% rename from roles/nginx/tasks/configs.yml rename to roles/nginx/tasks/configs.yaml diff --git a/roles/nginx/tasks/install.yml b/roles/nginx/tasks/install.yaml similarity index 100% rename from roles/nginx/tasks/install.yml rename to roles/nginx/tasks/install.yaml diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yaml similarity index 63% rename from roles/nginx/tasks/main.yml rename to roles/nginx/tasks/main.yaml index 6a1f27837..24eeccd34 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_nginx - manala_nginx.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_nginx - manala_nginx.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_nginx - manala_nginx.configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_nginx - manala_nginx.services diff --git a/roles/nginx/tasks/services.yml b/roles/nginx/tasks/services.yaml similarity index 100% rename from roles/nginx/tasks/services.yml rename to roles/nginx/tasks/services.yaml diff --git a/roles/ngrok/README.md b/roles/ngrok/README.md index 98c12f983..b6beab28f 100644 --- a/roles/ngrok/README.md +++ b/roles/ngrok/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Example diff --git a/roles/ngrok/defaults/main.yml b/roles/ngrok/defaults/main.yaml similarity index 100% rename from roles/ngrok/defaults/main.yml rename to roles/ngrok/defaults/main.yaml diff --git a/roles/ngrok/meta/main.yml b/roles/ngrok/meta/main.yaml similarity index 100% rename from roles/ngrok/meta/main.yml rename to roles/ngrok/meta/main.yaml diff --git a/roles/ngrok/tasks/configs.yml b/roles/ngrok/tasks/configs.yaml similarity index 100% rename from roles/ngrok/tasks/configs.yml rename to roles/ngrok/tasks/configs.yaml diff --git a/roles/ngrok/tasks/install.yml b/roles/ngrok/tasks/install.yaml similarity index 100% rename from roles/ngrok/tasks/install.yml rename to roles/ngrok/tasks/install.yaml diff --git a/roles/ngrok/tasks/main.yml b/roles/ngrok/tasks/main.yaml similarity index 61% rename from roles/ngrok/tasks/main.yml rename to roles/ngrok/tasks/main.yaml index 5e5c21375..48f78259e 100644 --- a/roles/ngrok/tasks/main.yml +++ b/roles/ngrok/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_ngrok - manala_ngrok.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_ngrok - manala_ngrok.configs diff --git a/roles/nodejs/README.md b/roles/nodejs/README.md index c21c29e3b..9058e5120 100644 --- a/roles/nodejs/README.md +++ b/roles/nodejs/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/nodejs/defaults/main.yml b/roles/nodejs/defaults/main.yaml similarity index 100% rename from roles/nodejs/defaults/main.yml rename to roles/nodejs/defaults/main.yaml diff --git a/roles/nodejs/meta/main.yml b/roles/nodejs/meta/main.yaml similarity index 100% rename from roles/nodejs/meta/main.yml rename to roles/nodejs/meta/main.yaml diff --git a/roles/nodejs/tasks/install.yml b/roles/nodejs/tasks/install.yaml similarity index 100% rename from roles/nodejs/tasks/install.yml rename to roles/nodejs/tasks/install.yaml diff --git a/roles/nodejs/tasks/main.yml b/roles/nodejs/tasks/main.yaml similarity index 63% rename from roles/nodejs/tasks/main.yml rename to roles/nodejs/tasks/main.yaml index 0dcf08f13..6216c6d65 100644 --- a/roles/nodejs/tasks/main.yml +++ b/roles/nodejs/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_nodejs - manala_nodejs.install diff --git a/roles/npm/README.md b/roles/npm/README.md index e5ecdfbd1..97f2cfede 100644 --- a/roles/npm/README.md +++ b/roles/npm/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/npm/defaults/main.yml b/roles/npm/defaults/main.yaml similarity index 100% rename from roles/npm/defaults/main.yml rename to roles/npm/defaults/main.yaml diff --git a/roles/npm/meta/main.yml b/roles/npm/meta/main.yaml similarity index 100% rename from roles/npm/meta/main.yml rename to roles/npm/meta/main.yaml diff --git a/roles/npm/tasks/main.yml b/roles/npm/tasks/main.yaml similarity index 65% rename from roles/npm/tasks/main.yml rename to roles/npm/tasks/main.yaml index bd855aeed..82e25cb5d 100644 --- a/roles/npm/tasks/main.yml +++ b/roles/npm/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Requirements - ansible.builtin.import_tasks: requirements.yml + ansible.builtin.import_tasks: requirements.yaml tags: - manala_npm - manala_npm.requirements - name: Update - ansible.builtin.import_tasks: update.yml + ansible.builtin.import_tasks: update.yaml when: __manala_npm['update'] tags: - manala_npm @@ -15,7 +15,7 @@ - manala.update - name: Packages - ansible.builtin.import_tasks: packages.yml + ansible.builtin.import_tasks: packages.yaml tags: - manala_npm - manala_npm.packages diff --git a/roles/npm/tasks/packages.yml b/roles/npm/tasks/packages.yaml similarity index 100% rename from roles/npm/tasks/packages.yml rename to roles/npm/tasks/packages.yaml diff --git a/roles/npm/tasks/requirements.yml b/roles/npm/tasks/requirements.yaml similarity index 100% rename from roles/npm/tasks/requirements.yml rename to roles/npm/tasks/requirements.yaml diff --git a/roles/npm/tasks/update.yml b/roles/npm/tasks/update.yaml similarity index 100% rename from roles/npm/tasks/update.yml rename to roles/npm/tasks/update.yaml diff --git a/roles/npm/vars/main.yml b/roles/npm/vars/main.yaml similarity index 100% rename from roles/npm/vars/main.yml rename to roles/npm/vars/main.yaml diff --git a/roles/ntp/README.md b/roles/ntp/README.md index fd7e76674..0a18b9297 100644 --- a/roles/ntp/README.md +++ b/roles/ntp/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/ntp/defaults/main.yml b/roles/ntp/defaults/main.yaml similarity index 100% rename from roles/ntp/defaults/main.yml rename to roles/ntp/defaults/main.yaml diff --git a/roles/ntp/meta/main.yml b/roles/ntp/meta/main.yaml similarity index 100% rename from roles/ntp/meta/main.yml rename to roles/ntp/meta/main.yaml diff --git a/roles/ntp/tasks/install.yml b/roles/ntp/tasks/install.yaml similarity index 100% rename from roles/ntp/tasks/install.yml rename to roles/ntp/tasks/install.yaml diff --git a/roles/ntp/tasks/main.yml b/roles/ntp/tasks/main.yaml similarity index 64% rename from roles/ntp/tasks/main.yml rename to roles/ntp/tasks/main.yaml index 0c249c087..f5d8ee0c7 100644 --- a/roles/ntp/tasks/main.yml +++ b/roles/ntp/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_ntp - manala_ntp.install - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_ntp - manala_ntp.services diff --git a/roles/ntp/tasks/services.yml b/roles/ntp/tasks/services.yaml similarity index 100% rename from roles/ntp/tasks/services.yml rename to roles/ntp/tasks/services.yaml diff --git a/roles/ohmyzsh/README.md b/roles/ohmyzsh/README.md index db99363a4..ec255b3c1 100644 --- a/roles/ohmyzsh/README.md +++ b/roles/ohmyzsh/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Oh My Zsh configuration diff --git a/roles/ohmyzsh/defaults/main.yml b/roles/ohmyzsh/defaults/main.yaml similarity index 100% rename from roles/ohmyzsh/defaults/main.yml rename to roles/ohmyzsh/defaults/main.yaml diff --git a/roles/ohmyzsh/meta/main.yml b/roles/ohmyzsh/meta/main.yaml similarity index 100% rename from roles/ohmyzsh/meta/main.yml rename to roles/ohmyzsh/meta/main.yaml diff --git a/roles/ohmyzsh/tasks/custom_themes.yml b/roles/ohmyzsh/tasks/custom_themes.yaml similarity index 100% rename from roles/ohmyzsh/tasks/custom_themes.yml rename to roles/ohmyzsh/tasks/custom_themes.yaml diff --git a/roles/ohmyzsh/tasks/install.yml b/roles/ohmyzsh/tasks/install.yaml similarity index 100% rename from roles/ohmyzsh/tasks/install.yml rename to roles/ohmyzsh/tasks/install.yaml diff --git a/roles/ohmyzsh/tasks/main.yml b/roles/ohmyzsh/tasks/main.yaml similarity index 63% rename from roles/ohmyzsh/tasks/main.yml rename to roles/ohmyzsh/tasks/main.yaml index 18ffd19fe..0d3c2d070 100644 --- a/roles/ohmyzsh/tasks/main.yml +++ b/roles/ohmyzsh/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Requirements - ansible.builtin.import_tasks: requirements.yml + ansible.builtin.import_tasks: requirements.yaml tags: - manala_ohmyzsh - manala_ohmyzsh.requirements - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_ohmyzsh - manala_ohmyzsh.install - name: Custom Themes - ansible.builtin.import_tasks: custom_themes.yml + ansible.builtin.import_tasks: custom_themes.yaml tags: - manala_ohmyzsh - manala_ohmyzsh.custom_themes - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_ohmyzsh - manala_ohmyzsh.users diff --git a/roles/ohmyzsh/tasks/requirements.yml b/roles/ohmyzsh/tasks/requirements.yaml similarity index 100% rename from roles/ohmyzsh/tasks/requirements.yml rename to roles/ohmyzsh/tasks/requirements.yaml diff --git a/roles/ohmyzsh/tasks/users.yml b/roles/ohmyzsh/tasks/users.yaml similarity index 100% rename from roles/ohmyzsh/tasks/users.yml rename to roles/ohmyzsh/tasks/users.yaml diff --git a/roles/ohmyzsh/vars/main.yml b/roles/ohmyzsh/vars/main.yaml similarity index 100% rename from roles/ohmyzsh/vars/main.yml rename to roles/ohmyzsh/vars/main.yaml diff --git a/roles/pam_ssh_agent_auth/README.md b/roles/pam_ssh_agent_auth/README.md index 8811ff078..035ba343d 100644 --- a/roles/pam_ssh_agent_auth/README.md +++ b/roles/pam_ssh_agent_auth/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/pam_ssh_agent_auth/defaults/main.yml b/roles/pam_ssh_agent_auth/defaults/main.yaml similarity index 100% rename from roles/pam_ssh_agent_auth/defaults/main.yml rename to roles/pam_ssh_agent_auth/defaults/main.yaml diff --git a/roles/pam_ssh_agent_auth/meta/main.yml b/roles/pam_ssh_agent_auth/meta/main.yaml similarity index 100% rename from roles/pam_ssh_agent_auth/meta/main.yml rename to roles/pam_ssh_agent_auth/meta/main.yaml diff --git a/roles/pam_ssh_agent_auth/tasks/install.yml b/roles/pam_ssh_agent_auth/tasks/install.yaml similarity index 100% rename from roles/pam_ssh_agent_auth/tasks/install.yml rename to roles/pam_ssh_agent_auth/tasks/install.yaml diff --git a/roles/pam_ssh_agent_auth/tasks/main.yml b/roles/pam_ssh_agent_auth/tasks/main.yaml similarity index 68% rename from roles/pam_ssh_agent_auth/tasks/main.yml rename to roles/pam_ssh_agent_auth/tasks/main.yaml index 9b5f6bdbc..ab1026153 100644 --- a/roles/pam_ssh_agent_auth/tasks/main.yml +++ b/roles/pam_ssh_agent_auth/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Requirements - ansible.builtin.import_tasks: requirements.yml + ansible.builtin.import_tasks: requirements.yaml tags: - manala_pam_ssh_agent_auth - manala_pam_ssh_agent_auth.requirements - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_pam_ssh_agent_auth - manala_pam_ssh_agent_auth.install - name: Sudo - ansible.builtin.import_tasks: sudo.yml + ansible.builtin.import_tasks: sudo.yaml tags: - manala_pam_ssh_agent_auth - manala_pam_ssh_agent_auth.sudo diff --git a/roles/pam_ssh_agent_auth/tasks/requirements.yml b/roles/pam_ssh_agent_auth/tasks/requirements.yaml similarity index 100% rename from roles/pam_ssh_agent_auth/tasks/requirements.yml rename to roles/pam_ssh_agent_auth/tasks/requirements.yaml diff --git a/roles/pam_ssh_agent_auth/tasks/sudo.yml b/roles/pam_ssh_agent_auth/tasks/sudo.yaml similarity index 100% rename from roles/pam_ssh_agent_auth/tasks/sudo.yml rename to roles/pam_ssh_agent_auth/tasks/sudo.yaml diff --git a/roles/php/README.md b/roles/php/README.md index 7cf84e631..e7c7a5a91 100644 --- a/roles/php/README.md +++ b/roles/php/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/php/defaults/main.yml b/roles/php/defaults/main.yaml similarity index 100% rename from roles/php/defaults/main.yml rename to roles/php/defaults/main.yaml diff --git a/roles/php/handlers/main.yml b/roles/php/handlers/main.yaml similarity index 100% rename from roles/php/handlers/main.yml rename to roles/php/handlers/main.yaml diff --git a/roles/php/meta/main.yml b/roles/php/meta/main.yaml similarity index 100% rename from roles/php/meta/main.yml rename to roles/php/meta/main.yaml diff --git a/roles/php/tasks/applications.yml b/roles/php/tasks/applications.yaml similarity index 100% rename from roles/php/tasks/applications.yml rename to roles/php/tasks/applications.yaml diff --git a/roles/php/tasks/blackfire.yml b/roles/php/tasks/blackfire.yaml similarity index 100% rename from roles/php/tasks/blackfire.yml rename to roles/php/tasks/blackfire.yaml diff --git a/roles/php/tasks/configs.yml b/roles/php/tasks/configs.yaml similarity index 86% rename from roles/php/tasks/configs.yml rename to roles/php/tasks/configs.yaml index f22fd1632..33c318685 100644 --- a/roles/php/tasks/configs.yml +++ b/roles/php/tasks/configs.yaml @@ -1,7 +1,7 @@ --- - name: Configs - Sapi Cli - ansible.builtin.import_tasks: configs_sapi.yml + ansible.builtin.import_tasks: configs_sapi.yaml vars: __manala_php_configs_sapi: cli tags: @@ -16,7 +16,7 @@ ) - name: Configs - Sapi Fpm - ansible.builtin.import_tasks: configs_sapi.yml + ansible.builtin.import_tasks: configs_sapi.yaml vars: __manala_php_configs_sapi: fpm tags: diff --git a/roles/php/tasks/configs_sapi.yml b/roles/php/tasks/configs_sapi.yaml similarity index 100% rename from roles/php/tasks/configs_sapi.yml rename to roles/php/tasks/configs_sapi.yaml diff --git a/roles/php/tasks/extensions.yml b/roles/php/tasks/extensions.yaml similarity index 100% rename from roles/php/tasks/extensions.yml rename to roles/php/tasks/extensions.yaml diff --git a/roles/php/tasks/fpm_pools.yml b/roles/php/tasks/fpm_pools.yaml similarity index 100% rename from roles/php/tasks/fpm_pools.yml rename to roles/php/tasks/fpm_pools.yaml diff --git a/roles/php/tasks/install.yml b/roles/php/tasks/install.yaml similarity index 100% rename from roles/php/tasks/install.yml rename to roles/php/tasks/install.yaml diff --git a/roles/php/tasks/main.yml b/roles/php/tasks/main.yaml similarity index 69% rename from roles/php/tasks/main.yml rename to roles/php/tasks/main.yaml index 2ffb3ff98..654bfb38f 100644 --- a/roles/php/tasks/main.yml +++ b/roles/php/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_php - manala_php.install - name: Extensions - ansible.builtin.import_tasks: extensions.yml + ansible.builtin.import_tasks: extensions.yaml tags: - manala_php - manala_php.extensions - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_php - manala_php.configs - name: Fpm pools - ansible.builtin.import_tasks: fpm_pools.yml + ansible.builtin.import_tasks: fpm_pools.yaml when: | 'fpm' in query( 'manala.roles.php_sapis', @@ -33,21 +33,21 @@ - manala_php.fpm_pools - name: Blackfire - ansible.builtin.import_tasks: blackfire.yml + ansible.builtin.import_tasks: blackfire.yaml when: manala_php_blackfire tags: - manala_php - manala_php.blackfire - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_php - manala_php.services - manala.services - name: Applications - ansible.builtin.import_tasks: applications.yml + ansible.builtin.import_tasks: applications.yaml tags: - manala_php - manala_php.applications diff --git a/roles/php/tasks/services.yml b/roles/php/tasks/services.yaml similarity index 100% rename from roles/php/tasks/services.yml rename to roles/php/tasks/services.yaml diff --git a/roles/php/vars/main.yml b/roles/php/vars/main.yaml similarity index 100% rename from roles/php/vars/main.yml rename to roles/php/vars/main.yaml diff --git a/roles/postgresql/README.md b/roles/postgresql/README.md index 3fd59b4ab..083880108 100644 --- a/roles/postgresql/README.md +++ b/roles/postgresql/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/postgresql/defaults/main.yml b/roles/postgresql/defaults/main.yaml similarity index 100% rename from roles/postgresql/defaults/main.yml rename to roles/postgresql/defaults/main.yaml diff --git a/roles/postgresql/meta/main.yml b/roles/postgresql/meta/main.yaml similarity index 100% rename from roles/postgresql/meta/main.yml rename to roles/postgresql/meta/main.yaml diff --git a/roles/postgresql/tasks/config.yml b/roles/postgresql/tasks/config.yaml similarity index 100% rename from roles/postgresql/tasks/config.yml rename to roles/postgresql/tasks/config.yaml diff --git a/roles/postgresql/tasks/databases.yml b/roles/postgresql/tasks/databases.yaml similarity index 100% rename from roles/postgresql/tasks/databases.yml rename to roles/postgresql/tasks/databases.yaml diff --git a/roles/postgresql/tasks/install.yml b/roles/postgresql/tasks/install.yaml similarity index 100% rename from roles/postgresql/tasks/install.yml rename to roles/postgresql/tasks/install.yaml diff --git a/roles/postgresql/tasks/main.yml b/roles/postgresql/tasks/main.yaml similarity index 65% rename from roles/postgresql/tasks/main.yml rename to roles/postgresql/tasks/main.yaml index c79c2e491..1a0d98a70 100644 --- a/roles/postgresql/tasks/main.yml +++ b/roles/postgresql/tasks/main.yaml @@ -1,44 +1,44 @@ --- - name: Requirements - ansible.builtin.import_tasks: requirements.yml + ansible.builtin.import_tasks: requirements.yaml tags: - manala_postgresql - manala_postgresql.requirements - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_postgresql - manala_postgresql.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_postgresql - manala_postgresql.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_postgresql - manala_postgresql.services - manala.services - name: Roles - ansible.builtin.import_tasks: roles.yml + ansible.builtin.import_tasks: roles.yaml tags: - manala_postgresql - manala_postgresql.roles - name: Databases - ansible.builtin.import_tasks: databases.yml + ansible.builtin.import_tasks: databases.yaml tags: - manala_postgresql - manala_postgresql.databases - name: Privileges - ansible.builtin.import_tasks: privileges.yml + ansible.builtin.import_tasks: privileges.yaml tags: - manala_postgresql - manala_postgresql.privileges diff --git a/roles/postgresql/tasks/privileges.yml b/roles/postgresql/tasks/privileges.yaml similarity index 100% rename from roles/postgresql/tasks/privileges.yml rename to roles/postgresql/tasks/privileges.yaml diff --git a/roles/postgresql/tasks/requirements.yml b/roles/postgresql/tasks/requirements.yaml similarity index 100% rename from roles/postgresql/tasks/requirements.yml rename to roles/postgresql/tasks/requirements.yaml diff --git a/roles/postgresql/tasks/roles.yml b/roles/postgresql/tasks/roles.yaml similarity index 100% rename from roles/postgresql/tasks/roles.yml rename to roles/postgresql/tasks/roles.yaml diff --git a/roles/postgresql/tasks/services.yml b/roles/postgresql/tasks/services.yaml similarity index 100% rename from roles/postgresql/tasks/services.yml rename to roles/postgresql/tasks/services.yaml diff --git a/roles/proftpd/README.md b/roles/proftpd/README.md index 0486fac99..35d0c4cee 100644 --- a/roles/proftpd/README.md +++ b/roles/proftpd/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/proftpd/defaults/main.yml b/roles/proftpd/defaults/main.yaml similarity index 100% rename from roles/proftpd/defaults/main.yml rename to roles/proftpd/defaults/main.yaml diff --git a/roles/proftpd/handlers/main.yml b/roles/proftpd/handlers/main.yaml similarity index 100% rename from roles/proftpd/handlers/main.yml rename to roles/proftpd/handlers/main.yaml diff --git a/roles/proftpd/meta/main.yml b/roles/proftpd/meta/main.yaml similarity index 100% rename from roles/proftpd/meta/main.yml rename to roles/proftpd/meta/main.yaml diff --git a/roles/proftpd/tasks/configs.yml b/roles/proftpd/tasks/configs.yaml similarity index 100% rename from roles/proftpd/tasks/configs.yml rename to roles/proftpd/tasks/configs.yaml diff --git a/roles/proftpd/tasks/install.yml b/roles/proftpd/tasks/install.yaml similarity index 100% rename from roles/proftpd/tasks/install.yml rename to roles/proftpd/tasks/install.yaml diff --git a/roles/proftpd/tasks/main.yml b/roles/proftpd/tasks/main.yaml similarity index 64% rename from roles/proftpd/tasks/main.yml rename to roles/proftpd/tasks/main.yaml index 770a5a0e5..281e3d5cd 100644 --- a/roles/proftpd/tasks/main.yml +++ b/roles/proftpd/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_proftpd - manala_proftpd.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_proftpd - manala_proftpd.configs - name: Users - ansible.builtin.import_tasks: users.yml + ansible.builtin.import_tasks: users.yaml tags: - manala_proftpd - manala_proftpd.users - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_proftpd - manala_proftpd.services diff --git a/roles/proftpd/tasks/services.yml b/roles/proftpd/tasks/services.yaml similarity index 100% rename from roles/proftpd/tasks/services.yml rename to roles/proftpd/tasks/services.yaml diff --git a/roles/proftpd/tasks/users.yml b/roles/proftpd/tasks/users.yaml similarity index 100% rename from roles/proftpd/tasks/users.yml rename to roles/proftpd/tasks/users.yaml diff --git a/roles/prometheus/README.md b/roles/prometheus/README.md index 994701a96..580a478be 100644 --- a/roles/prometheus/README.md +++ b/roles/prometheus/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example diff --git a/roles/prometheus/defaults/main.yml b/roles/prometheus/defaults/main.yaml similarity index 97% rename from roles/prometheus/defaults/main.yml rename to roles/prometheus/defaults/main.yaml index 1a980a984..c83f925b3 100644 --- a/roles/prometheus/defaults/main.yml +++ b/roles/prometheus/defaults/main.yaml @@ -11,7 +11,7 @@ manala_prometheus_group: prometheus manala_prometheus_bin: /usr/local/bin/prometheus # Config -manala_prometheus_config_file: /etc/prometheus/prometheus.yml +manala_prometheus_config_file: /etc/prometheus/prometheus.yaml manala_prometheus_config_template: ~ manala_prometheus_config: ~ diff --git a/roles/prometheus/handlers/main.yml b/roles/prometheus/handlers/main.yaml similarity index 100% rename from roles/prometheus/handlers/main.yml rename to roles/prometheus/handlers/main.yaml diff --git a/roles/prometheus/meta/main.yml b/roles/prometheus/meta/main.yaml similarity index 100% rename from roles/prometheus/meta/main.yml rename to roles/prometheus/meta/main.yaml diff --git a/roles/prometheus/tasks/accounts.yml b/roles/prometheus/tasks/accounts.yaml similarity index 100% rename from roles/prometheus/tasks/accounts.yml rename to roles/prometheus/tasks/accounts.yaml diff --git a/roles/prometheus/tasks/config.yml b/roles/prometheus/tasks/config.yaml similarity index 100% rename from roles/prometheus/tasks/config.yml rename to roles/prometheus/tasks/config.yaml diff --git a/roles/prometheus/tasks/data.yml b/roles/prometheus/tasks/data.yaml similarity index 100% rename from roles/prometheus/tasks/data.yml rename to roles/prometheus/tasks/data.yaml diff --git a/roles/prometheus/tasks/install.yml b/roles/prometheus/tasks/install.yaml similarity index 100% rename from roles/prometheus/tasks/install.yml rename to roles/prometheus/tasks/install.yaml diff --git a/roles/prometheus/tasks/main.yml b/roles/prometheus/tasks/main.yaml similarity index 65% rename from roles/prometheus/tasks/main.yml rename to roles/prometheus/tasks/main.yaml index c704c4e4e..072d1f94b 100644 --- a/roles/prometheus/tasks/main.yml +++ b/roles/prometheus/tasks/main.yaml @@ -1,31 +1,31 @@ --- - name: Accounts - ansible.builtin.import_tasks: accounts.yml + ansible.builtin.import_tasks: accounts.yaml tags: - manala_prometheus - manala_prometheus.accounts - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_prometheus - manala_prometheus.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_prometheus - manala_prometheus.config - name: Data - ansible.builtin.import_tasks: data.yml + ansible.builtin.import_tasks: data.yaml tags: - manala_prometheus - manala_prometheus.data - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_prometheus - manala_prometheus.services diff --git a/roles/prometheus/tasks/services.yml b/roles/prometheus/tasks/services.yaml similarity index 100% rename from roles/prometheus/tasks/services.yml rename to roles/prometheus/tasks/services.yaml diff --git a/roles/promtail/README.md b/roles/promtail/README.md index a59b51786..30a3ceabb 100644 --- a/roles/promtail/README.md +++ b/roles/promtail/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example diff --git a/roles/promtail/defaults/main.yml b/roles/promtail/defaults/main.yaml similarity index 100% rename from roles/promtail/defaults/main.yml rename to roles/promtail/defaults/main.yaml diff --git a/roles/promtail/handlers/main.yml b/roles/promtail/handlers/main.yaml similarity index 100% rename from roles/promtail/handlers/main.yml rename to roles/promtail/handlers/main.yaml diff --git a/roles/promtail/meta/main.yml b/roles/promtail/meta/main.yaml similarity index 100% rename from roles/promtail/meta/main.yml rename to roles/promtail/meta/main.yaml diff --git a/roles/promtail/tasks/accounts.yml b/roles/promtail/tasks/accounts.yaml similarity index 100% rename from roles/promtail/tasks/accounts.yml rename to roles/promtail/tasks/accounts.yaml diff --git a/roles/promtail/tasks/config.yml b/roles/promtail/tasks/config.yaml similarity index 100% rename from roles/promtail/tasks/config.yml rename to roles/promtail/tasks/config.yaml diff --git a/roles/promtail/tasks/data.yml b/roles/promtail/tasks/data.yaml similarity index 100% rename from roles/promtail/tasks/data.yml rename to roles/promtail/tasks/data.yaml diff --git a/roles/promtail/tasks/install.yml b/roles/promtail/tasks/install.yaml similarity index 100% rename from roles/promtail/tasks/install.yml rename to roles/promtail/tasks/install.yaml diff --git a/roles/promtail/tasks/main.yml b/roles/promtail/tasks/main.yaml similarity index 64% rename from roles/promtail/tasks/main.yml rename to roles/promtail/tasks/main.yaml index 127626d36..9fd1a64a4 100644 --- a/roles/promtail/tasks/main.yml +++ b/roles/promtail/tasks/main.yaml @@ -1,31 +1,31 @@ --- - name: Accounts - ansible.builtin.import_tasks: accounts.yml + ansible.builtin.import_tasks: accounts.yaml tags: - manala_promtail - manala_promtail.accounts - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_promtail - manala_promtail.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_promtail - manala_promtail.config - name: Data - ansible.builtin.import_tasks: data.yml + ansible.builtin.import_tasks: data.yaml tags: - manala_promtail - manala_promtail.data - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_promtail - manala_promtail.services diff --git a/roles/promtail/tasks/services.yml b/roles/promtail/tasks/services.yaml similarity index 100% rename from roles/promtail/tasks/services.yml rename to roles/promtail/tasks/services.yaml diff --git a/roles/redis/README.md b/roles/redis/README.md index 33194c606..6c8df104e 100644 --- a/roles/redis/README.md +++ b/roles/redis/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/redis/defaults/main.yml b/roles/redis/defaults/main.yaml similarity index 100% rename from roles/redis/defaults/main.yml rename to roles/redis/defaults/main.yaml diff --git a/roles/redis/handlers/main.yml b/roles/redis/handlers/main.yaml similarity index 100% rename from roles/redis/handlers/main.yml rename to roles/redis/handlers/main.yaml diff --git a/roles/redis/meta/main.yml b/roles/redis/meta/main.yaml similarity index 100% rename from roles/redis/meta/main.yml rename to roles/redis/meta/main.yaml diff --git a/roles/redis/tasks/config.yml b/roles/redis/tasks/config.yaml similarity index 100% rename from roles/redis/tasks/config.yml rename to roles/redis/tasks/config.yaml diff --git a/roles/redis/tasks/install.yml b/roles/redis/tasks/install.yaml similarity index 100% rename from roles/redis/tasks/install.yml rename to roles/redis/tasks/install.yaml diff --git a/roles/redis/tasks/main.yml b/roles/redis/tasks/main.yaml similarity index 63% rename from roles/redis/tasks/main.yml rename to roles/redis/tasks/main.yaml index e313fe1df..6e0368b21 100644 --- a/roles/redis/tasks/main.yml +++ b/roles/redis/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_redis - manala_redis.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_redis - manala_redis.config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_redis - manala_redis.services diff --git a/roles/redis/tasks/services.yml b/roles/redis/tasks/services.yaml similarity index 100% rename from roles/redis/tasks/services.yml rename to roles/redis/tasks/services.yaml diff --git a/roles/rsyslog/README.md b/roles/rsyslog/README.md index 9516fdcda..f0a1b2073 100644 --- a/roles/rsyslog/README.md +++ b/roles/rsyslog/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/rsyslog/defaults/main.yml b/roles/rsyslog/defaults/main.yaml similarity index 100% rename from roles/rsyslog/defaults/main.yml rename to roles/rsyslog/defaults/main.yaml diff --git a/roles/rsyslog/handlers/main.yml b/roles/rsyslog/handlers/main.yaml similarity index 100% rename from roles/rsyslog/handlers/main.yml rename to roles/rsyslog/handlers/main.yaml diff --git a/roles/rsyslog/meta/main.yml b/roles/rsyslog/meta/main.yaml similarity index 100% rename from roles/rsyslog/meta/main.yml rename to roles/rsyslog/meta/main.yaml diff --git a/roles/rsyslog/tasks/config.yml b/roles/rsyslog/tasks/config.yaml similarity index 100% rename from roles/rsyslog/tasks/config.yml rename to roles/rsyslog/tasks/config.yaml diff --git a/roles/rsyslog/tasks/configs.yml b/roles/rsyslog/tasks/configs.yaml similarity index 100% rename from roles/rsyslog/tasks/configs.yml rename to roles/rsyslog/tasks/configs.yaml diff --git a/roles/rsyslog/tasks/install.yml b/roles/rsyslog/tasks/install.yaml similarity index 100% rename from roles/rsyslog/tasks/install.yml rename to roles/rsyslog/tasks/install.yaml diff --git a/roles/rsyslog/tasks/main.yml b/roles/rsyslog/tasks/main.yaml similarity index 64% rename from roles/rsyslog/tasks/main.yml rename to roles/rsyslog/tasks/main.yaml index c324499cb..fa1e49997 100644 --- a/roles/rsyslog/tasks/main.yml +++ b/roles/rsyslog/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_rsyslog - manala_rsyslog.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_rsyslog - manala_rsyslog.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_rsyslog - manala_rsyslog.configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_rsyslog - manala_rsyslog.services diff --git a/roles/rsyslog/tasks/services.yml b/roles/rsyslog/tasks/services.yaml similarity index 100% rename from roles/rsyslog/tasks/services.yml rename to roles/rsyslog/tasks/services.yaml diff --git a/roles/sensu_go/README.md b/roles/sensu_go/README.md index 935cabbdf..fc110ccea 100644 --- a/roles/sensu_go/README.md +++ b/roles/sensu_go/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/sensu_go/defaults/main.yml b/roles/sensu_go/defaults/main.yaml similarity index 86% rename from roles/sensu_go/defaults/main.yml rename to roles/sensu_go/defaults/main.yaml index c528b6c14..ffabf3f3d 100644 --- a/roles/sensu_go/defaults/main.yml +++ b/roles/sensu_go/defaults/main.yaml @@ -14,7 +14,7 @@ manala_sensu_go_install_packages_default: | # Backend Config manala_sensu_go_backend: false manala_sensu_go_backend_config_template: ~ -manala_sensu_go_backend_config_file: /etc/sensu/backend.yml +manala_sensu_go_backend_config_file: /etc/sensu/backend.yaml manala_sensu_go_backend_config: {} manala_sensu_go_backend_owner: sensu manala_sensu_go_backend_group: sensu @@ -22,7 +22,7 @@ manala_sensu_go_backend_mode: "0640" # Agent Config manala_sensu_go_agent_config_template: ~ -manala_sensu_go_agent_config_file: /etc/sensu/agent.yml +manala_sensu_go_agent_config_file: /etc/sensu/agent.yaml manala_sensu_go_agent_config: {} manala_sensu_go_agent_config_owner: sensu manala_sensu_go_agent_config_group: sensu diff --git a/roles/sensu_go/handlers/main.yml b/roles/sensu_go/handlers/main.yaml similarity index 100% rename from roles/sensu_go/handlers/main.yml rename to roles/sensu_go/handlers/main.yaml diff --git a/roles/sensu_go/meta/main.yml b/roles/sensu_go/meta/main.yaml similarity index 100% rename from roles/sensu_go/meta/main.yml rename to roles/sensu_go/meta/main.yaml diff --git a/roles/sensu_go/tasks/agent_config.yml b/roles/sensu_go/tasks/agent_config.yaml similarity index 100% rename from roles/sensu_go/tasks/agent_config.yml rename to roles/sensu_go/tasks/agent_config.yaml diff --git a/roles/sensu_go/tasks/backend_config.yml b/roles/sensu_go/tasks/backend_config.yaml similarity index 100% rename from roles/sensu_go/tasks/backend_config.yml rename to roles/sensu_go/tasks/backend_config.yaml diff --git a/roles/sensu_go/tasks/install.yml b/roles/sensu_go/tasks/install.yaml similarity index 100% rename from roles/sensu_go/tasks/install.yml rename to roles/sensu_go/tasks/install.yaml diff --git a/roles/sensu_go/tasks/main.yml b/roles/sensu_go/tasks/main.yaml similarity index 65% rename from roles/sensu_go/tasks/main.yml rename to roles/sensu_go/tasks/main.yaml index b6850169c..2ff4c4fe4 100644 --- a/roles/sensu_go/tasks/main.yml +++ b/roles/sensu_go/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_sensu_go - manala_sensu_go.install - name: Backend Config - ansible.builtin.import_tasks: backend_config.yml + ansible.builtin.import_tasks: backend_config.yaml tags: - manala_sensu_go - manala_sensu_go.backend_config - name: Agent Config - ansible.builtin.import_tasks: agent_config.yml + ansible.builtin.import_tasks: agent_config.yaml tags: - manala_sensu_go - manala_sensu_go.agent_config - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_sensu_go - manala_sensu_go.services diff --git a/roles/sensu_go/tasks/services.yml b/roles/sensu_go/tasks/services.yaml similarity index 100% rename from roles/sensu_go/tasks/services.yml rename to roles/sensu_go/tasks/services.yaml diff --git a/roles/shorewall/README.md b/roles/shorewall/README.md index 4614512c5..33400c14b 100644 --- a/roles/shorewall/README.md +++ b/roles/shorewall/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Configuration examples (See [Shorewall documentation](http://shorewall.net/Documentation_Index.html) for further informations) diff --git a/roles/shorewall/defaults/main.yml b/roles/shorewall/defaults/main.yaml similarity index 100% rename from roles/shorewall/defaults/main.yml rename to roles/shorewall/defaults/main.yaml diff --git a/roles/shorewall/handlers/main.yml b/roles/shorewall/handlers/main.yaml similarity index 100% rename from roles/shorewall/handlers/main.yml rename to roles/shorewall/handlers/main.yaml diff --git a/roles/shorewall/meta/main.yml b/roles/shorewall/meta/main.yaml similarity index 100% rename from roles/shorewall/meta/main.yml rename to roles/shorewall/meta/main.yaml diff --git a/roles/shorewall/tasks/config.yml b/roles/shorewall/tasks/config.yaml similarity index 100% rename from roles/shorewall/tasks/config.yml rename to roles/shorewall/tasks/config.yaml diff --git a/roles/shorewall/tasks/configs.yml b/roles/shorewall/tasks/configs.yaml similarity index 100% rename from roles/shorewall/tasks/configs.yml rename to roles/shorewall/tasks/configs.yaml diff --git a/roles/shorewall/tasks/install.yml b/roles/shorewall/tasks/install.yaml similarity index 100% rename from roles/shorewall/tasks/install.yml rename to roles/shorewall/tasks/install.yaml diff --git a/roles/shorewall/tasks/main.yml b/roles/shorewall/tasks/main.yaml similarity index 64% rename from roles/shorewall/tasks/main.yml rename to roles/shorewall/tasks/main.yaml index 134cd56aa..a89404ef5 100644 --- a/roles/shorewall/tasks/main.yml +++ b/roles/shorewall/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_shorewall - manala_shorewall.install - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_shorewall - manala_shorewall.configs - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_shorewall - manala_shorewall.config diff --git a/roles/sqlite/README.md b/roles/sqlite/README.md index 0520528f7..b72ea3c4e 100644 --- a/roles/sqlite/README.md +++ b/roles/sqlite/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/sqlite/defaults/main.yml b/roles/sqlite/defaults/main.yaml similarity index 100% rename from roles/sqlite/defaults/main.yml rename to roles/sqlite/defaults/main.yaml diff --git a/roles/sqlite/meta/main.yml b/roles/sqlite/meta/main.yaml similarity index 100% rename from roles/sqlite/meta/main.yml rename to roles/sqlite/meta/main.yaml diff --git a/roles/sqlite/tasks/install.yml b/roles/sqlite/tasks/install.yaml similarity index 100% rename from roles/sqlite/tasks/install.yml rename to roles/sqlite/tasks/install.yaml diff --git a/roles/sqlite/tasks/main.yml b/roles/sqlite/tasks/main.yaml similarity index 63% rename from roles/sqlite/tasks/main.yml rename to roles/sqlite/tasks/main.yaml index 3acf2fe60..928d17efd 100644 --- a/roles/sqlite/tasks/main.yml +++ b/roles/sqlite/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_sqlite - manala_sqlite.install diff --git a/roles/ssh/README.md b/roles/ssh/README.md index 00298f916..a75843f62 100644 --- a/roles/ssh/README.md +++ b/roles/ssh/README.md @@ -22,7 +22,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/ssh/defaults/main.yml b/roles/ssh/defaults/main.yaml similarity index 100% rename from roles/ssh/defaults/main.yml rename to roles/ssh/defaults/main.yaml diff --git a/roles/ssh/handlers/main.yml b/roles/ssh/handlers/main.yaml similarity index 100% rename from roles/ssh/handlers/main.yml rename to roles/ssh/handlers/main.yaml diff --git a/roles/ssh/meta/main.yml b/roles/ssh/meta/main.yaml similarity index 100% rename from roles/ssh/meta/main.yml rename to roles/ssh/meta/main.yaml diff --git a/roles/ssh/tasks/config.yml b/roles/ssh/tasks/config.yaml similarity index 100% rename from roles/ssh/tasks/config.yml rename to roles/ssh/tasks/config.yaml diff --git a/roles/ssh/tasks/install.yml b/roles/ssh/tasks/install.yaml similarity index 100% rename from roles/ssh/tasks/install.yml rename to roles/ssh/tasks/install.yaml diff --git a/roles/ssh/tasks/known_hosts.yml b/roles/ssh/tasks/known_hosts.yaml similarity index 100% rename from roles/ssh/tasks/known_hosts.yml rename to roles/ssh/tasks/known_hosts.yaml diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yaml similarity index 62% rename from roles/ssh/tasks/main.yml rename to roles/ssh/tasks/main.yaml index fd49f222f..8eecf9ce1 100644 --- a/roles/ssh/tasks/main.yml +++ b/roles/ssh/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_ssh - manala_ssh.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_ssh - manala_ssh.config - name: Known Hosts - ansible.builtin.import_tasks: known_hosts.yml + ansible.builtin.import_tasks: known_hosts.yaml tags: - manala_ssh - manala_ssh.known_hosts - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_ssh - manala_ssh.services diff --git a/roles/ssh/tasks/services.yml b/roles/ssh/tasks/services.yaml similarity index 100% rename from roles/ssh/tasks/services.yml rename to roles/ssh/tasks/services.yaml diff --git a/roles/ssh/vars/main.yml b/roles/ssh/vars/main.yaml similarity index 100% rename from roles/ssh/vars/main.yml rename to roles/ssh/vars/main.yaml diff --git a/roles/sudo/README.md b/roles/sudo/README.md index c9ae53553..e2512e816 100644 --- a/roles/sudo/README.md +++ b/roles/sudo/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Example diff --git a/roles/sudo/defaults/main.yml b/roles/sudo/defaults/main.yaml similarity index 100% rename from roles/sudo/defaults/main.yml rename to roles/sudo/defaults/main.yaml diff --git a/roles/sudo/meta/main.yml b/roles/sudo/meta/main.yaml similarity index 100% rename from roles/sudo/meta/main.yml rename to roles/sudo/meta/main.yaml diff --git a/roles/sudo/tasks/install.yml b/roles/sudo/tasks/install.yaml similarity index 100% rename from roles/sudo/tasks/install.yml rename to roles/sudo/tasks/install.yaml diff --git a/roles/sudo/tasks/main.yml b/roles/sudo/tasks/main.yaml similarity index 61% rename from roles/sudo/tasks/main.yml rename to roles/sudo/tasks/main.yaml index 10c071a63..6129a1ba1 100644 --- a/roles/sudo/tasks/main.yml +++ b/roles/sudo/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_sudo - manala_sudo.install - name: Sudoers - ansible.builtin.import_tasks: sudoers.yml + ansible.builtin.import_tasks: sudoers.yaml tags: - manala_sudo - manala_sudo.sudoers diff --git a/roles/sudo/tasks/sudoers.yml b/roles/sudo/tasks/sudoers.yaml similarity index 100% rename from roles/sudo/tasks/sudoers.yml rename to roles/sudo/tasks/sudoers.yaml diff --git a/roles/supervisor/README.md b/roles/supervisor/README.md index b27f87087..4a13dd203 100644 --- a/roles/supervisor/README.md +++ b/roles/supervisor/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/supervisor/defaults/main.yml b/roles/supervisor/defaults/main.yaml similarity index 100% rename from roles/supervisor/defaults/main.yml rename to roles/supervisor/defaults/main.yaml diff --git a/roles/supervisor/handlers/main.yml b/roles/supervisor/handlers/main.yaml similarity index 100% rename from roles/supervisor/handlers/main.yml rename to roles/supervisor/handlers/main.yaml diff --git a/roles/supervisor/meta/main.yml b/roles/supervisor/meta/main.yaml similarity index 100% rename from roles/supervisor/meta/main.yml rename to roles/supervisor/meta/main.yaml diff --git a/roles/supervisor/tasks/config.yml b/roles/supervisor/tasks/config.yaml similarity index 100% rename from roles/supervisor/tasks/config.yml rename to roles/supervisor/tasks/config.yaml diff --git a/roles/supervisor/tasks/configs.yml b/roles/supervisor/tasks/configs.yaml similarity index 100% rename from roles/supervisor/tasks/configs.yml rename to roles/supervisor/tasks/configs.yaml diff --git a/roles/supervisor/tasks/install.yml b/roles/supervisor/tasks/install.yaml similarity index 100% rename from roles/supervisor/tasks/install.yml rename to roles/supervisor/tasks/install.yaml diff --git a/roles/supervisor/tasks/main.yml b/roles/supervisor/tasks/main.yaml similarity index 66% rename from roles/supervisor/tasks/main.yml rename to roles/supervisor/tasks/main.yaml index 0cc5c4f9f..626682a37 100644 --- a/roles/supervisor/tasks/main.yml +++ b/roles/supervisor/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_supervisor - manala_supervisor.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_supervisor - manala_supervisor.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_supervisor - manala_supervisor.configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_supervisor - manala_supervisor.services diff --git a/roles/supervisor/tasks/services.yml b/roles/supervisor/tasks/services.yaml similarity index 100% rename from roles/supervisor/tasks/services.yml rename to roles/supervisor/tasks/services.yaml diff --git a/roles/symfony_cli/README.md b/roles/symfony_cli/README.md index 3ee04f304..5c62aafee 100644 --- a/roles/symfony_cli/README.md +++ b/roles/symfony_cli/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/symfony_cli/defaults/main.yml b/roles/symfony_cli/defaults/main.yaml similarity index 100% rename from roles/symfony_cli/defaults/main.yml rename to roles/symfony_cli/defaults/main.yaml diff --git a/roles/symfony_cli/meta/main.yml b/roles/symfony_cli/meta/main.yaml similarity index 100% rename from roles/symfony_cli/meta/main.yml rename to roles/symfony_cli/meta/main.yaml diff --git a/roles/symfony_cli/tasks/install.yml b/roles/symfony_cli/tasks/install.yaml similarity index 100% rename from roles/symfony_cli/tasks/install.yml rename to roles/symfony_cli/tasks/install.yaml diff --git a/roles/symfony_cli/tasks/main.yml b/roles/symfony_cli/tasks/main.yaml similarity index 65% rename from roles/symfony_cli/tasks/main.yml rename to roles/symfony_cli/tasks/main.yaml index f7fa7b61c..5bebb6f6f 100644 --- a/roles/symfony_cli/tasks/main.yml +++ b/roles/symfony_cli/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_symfony_cli - manala_symfony_cli.install diff --git a/roles/systemd/README.md b/roles/systemd/README.md index 9e4c4680c..800245e76 100644 --- a/roles/systemd/README.md +++ b/roles/systemd/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/systemd/defaults/main.yml b/roles/systemd/defaults/main.yaml similarity index 100% rename from roles/systemd/defaults/main.yml rename to roles/systemd/defaults/main.yaml diff --git a/roles/systemd/handlers/main.yml b/roles/systemd/handlers/main.yaml similarity index 100% rename from roles/systemd/handlers/main.yml rename to roles/systemd/handlers/main.yaml diff --git a/roles/systemd/meta/main.yml b/roles/systemd/meta/main.yaml similarity index 100% rename from roles/systemd/meta/main.yml rename to roles/systemd/meta/main.yaml diff --git a/roles/systemd/tasks/main.yml b/roles/systemd/tasks/main.yaml similarity index 65% rename from roles/systemd/tasks/main.yml rename to roles/systemd/tasks/main.yaml index 383b0ace4..072e7caa7 100644 --- a/roles/systemd/tasks/main.yml +++ b/roles/systemd/tasks/main.yaml @@ -1,19 +1,19 @@ --- - name: Configs - Tmpfiles - ansible.builtin.import_tasks: tmpfiles_configs.yml + ansible.builtin.import_tasks: tmpfiles_configs.yaml tags: - manala_systemd - manala_systemd.tmpfiles_configs - name: Configs - System - ansible.builtin.import_tasks: system_configs.yml + ansible.builtin.import_tasks: system_configs.yaml tags: - manala_systemd - manala_systemd.system_configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_systemd - manala_systemd.services diff --git a/roles/systemd/tasks/services.yml b/roles/systemd/tasks/services.yaml similarity index 100% rename from roles/systemd/tasks/services.yml rename to roles/systemd/tasks/services.yaml diff --git a/roles/systemd/tasks/system_configs.yml b/roles/systemd/tasks/system_configs.yaml similarity index 100% rename from roles/systemd/tasks/system_configs.yml rename to roles/systemd/tasks/system_configs.yaml diff --git a/roles/systemd/tasks/tmpfiles_configs.yml b/roles/systemd/tasks/tmpfiles_configs.yaml similarity index 100% rename from roles/systemd/tasks/tmpfiles_configs.yml rename to roles/systemd/tasks/tmpfiles_configs.yaml diff --git a/roles/telegraf/README.md b/roles/telegraf/README.md index 0c3389728..74ce2d0dd 100644 --- a/roles/telegraf/README.md +++ b/roles/telegraf/README.md @@ -19,7 +19,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/telegraf/defaults/main.yml b/roles/telegraf/defaults/main.yaml similarity index 100% rename from roles/telegraf/defaults/main.yml rename to roles/telegraf/defaults/main.yaml diff --git a/roles/telegraf/handlers/main.yml b/roles/telegraf/handlers/main.yaml similarity index 100% rename from roles/telegraf/handlers/main.yml rename to roles/telegraf/handlers/main.yaml diff --git a/roles/telegraf/meta/main.yml b/roles/telegraf/meta/main.yaml similarity index 100% rename from roles/telegraf/meta/main.yml rename to roles/telegraf/meta/main.yaml diff --git a/roles/telegraf/tasks/config.yml b/roles/telegraf/tasks/config.yaml similarity index 100% rename from roles/telegraf/tasks/config.yml rename to roles/telegraf/tasks/config.yaml diff --git a/roles/telegraf/tasks/configs.yml b/roles/telegraf/tasks/configs.yaml similarity index 100% rename from roles/telegraf/tasks/configs.yml rename to roles/telegraf/tasks/configs.yaml diff --git a/roles/telegraf/tasks/install.yml b/roles/telegraf/tasks/install.yaml similarity index 100% rename from roles/telegraf/tasks/install.yml rename to roles/telegraf/tasks/install.yaml diff --git a/roles/telegraf/tasks/main.yml b/roles/telegraf/tasks/main.yaml similarity index 64% rename from roles/telegraf/tasks/main.yml rename to roles/telegraf/tasks/main.yaml index deae7618e..3791ba2f0 100644 --- a/roles/telegraf/tasks/main.yml +++ b/roles/telegraf/tasks/main.yaml @@ -1,25 +1,25 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_telegraf - manala_telegraf.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_telegraf - manala_telegraf.config - name: Configs - ansible.builtin.import_tasks: configs.yml + ansible.builtin.import_tasks: configs.yaml tags: - manala_telegraf - manala_telegraf.configs - name: Services - ansible.builtin.import_tasks: services.yml + ansible.builtin.import_tasks: services.yaml tags: - manala_telegraf - manala_telegraf.services diff --git a/roles/telegraf/tasks/services.yml b/roles/telegraf/tasks/services.yaml similarity index 100% rename from roles/telegraf/tasks/services.yml rename to roles/telegraf/tasks/services.yaml diff --git a/roles/timezone/README.md b/roles/timezone/README.md index 20b1e340e..8f243a9f1 100644 --- a/roles/timezone/README.md +++ b/roles/timezone/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuration example diff --git a/roles/timezone/defaults/main.yml b/roles/timezone/defaults/main.yaml similarity index 100% rename from roles/timezone/defaults/main.yml rename to roles/timezone/defaults/main.yaml diff --git a/roles/timezone/meta/main.yml b/roles/timezone/meta/main.yaml similarity index 100% rename from roles/timezone/meta/main.yml rename to roles/timezone/meta/main.yaml diff --git a/roles/timezone/tasks/default.yml b/roles/timezone/tasks/default.yaml similarity index 100% rename from roles/timezone/tasks/default.yml rename to roles/timezone/tasks/default.yaml diff --git a/roles/timezone/tasks/main.yml b/roles/timezone/tasks/main.yaml similarity index 64% rename from roles/timezone/tasks/main.yml rename to roles/timezone/tasks/main.yaml index e36205846..2567d9998 100644 --- a/roles/timezone/tasks/main.yml +++ b/roles/timezone/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Default - ansible.builtin.import_tasks: default.yml + ansible.builtin.import_tasks: default.yaml tags: - manala_timezone - manala_timezone.default diff --git a/roles/vault_cli/README.md b/roles/vault_cli/README.md index 1791cb7ca..7378b551e 100644 --- a/roles/vault_cli/README.md +++ b/roles/vault_cli/README.md @@ -23,7 +23,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/vault_cli/defaults/main.yml b/roles/vault_cli/defaults/main.yaml similarity index 100% rename from roles/vault_cli/defaults/main.yml rename to roles/vault_cli/defaults/main.yaml diff --git a/roles/vault_cli/meta/main.yml b/roles/vault_cli/meta/main.yaml similarity index 100% rename from roles/vault_cli/meta/main.yml rename to roles/vault_cli/meta/main.yaml diff --git a/roles/vault_cli/tasks/install.yml b/roles/vault_cli/tasks/install.yaml similarity index 100% rename from roles/vault_cli/tasks/install.yml rename to roles/vault_cli/tasks/install.yaml diff --git a/roles/vault_cli/tasks/main.yml b/roles/vault_cli/tasks/main.yaml similarity index 64% rename from roles/vault_cli/tasks/main.yml rename to roles/vault_cli/tasks/main.yaml index ed45818d3..da2bf7435 100644 --- a/roles/vault_cli/tasks/main.yml +++ b/roles/vault_cli/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_vault_cli - manala_vault_cli.install diff --git a/roles/vim/README.md b/roles/vim/README.md index f6b35efab..17bb901ff 100644 --- a/roles/vim/README.md +++ b/roles/vim/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Configuring VIM diff --git a/roles/vim/defaults/main.yml b/roles/vim/defaults/main.yaml similarity index 100% rename from roles/vim/defaults/main.yml rename to roles/vim/defaults/main.yaml diff --git a/roles/vim/meta/main.yml b/roles/vim/meta/main.yaml similarity index 100% rename from roles/vim/meta/main.yml rename to roles/vim/meta/main.yaml diff --git a/roles/vim/tasks/config.yml b/roles/vim/tasks/config.yaml similarity index 100% rename from roles/vim/tasks/config.yml rename to roles/vim/tasks/config.yaml diff --git a/roles/vim/tasks/install.yml b/roles/vim/tasks/install.yaml similarity index 100% rename from roles/vim/tasks/install.yml rename to roles/vim/tasks/install.yaml diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yaml similarity index 60% rename from roles/vim/tasks/main.yml rename to roles/vim/tasks/main.yaml index 2c1505189..7665f5c14 100644 --- a/roles/vim/tasks/main.yml +++ b/roles/vim/tasks/main.yaml @@ -1,13 +1,13 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_vim - manala_vim.install - name: Config - ansible.builtin.import_tasks: config.yml + ansible.builtin.import_tasks: config.yaml tags: - manala_vim - manala_vim.config diff --git a/roles/yarn/README.md b/roles/yarn/README.md index 34e831bcb..372dca6e4 100644 --- a/roles/yarn/README.md +++ b/roles/yarn/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ## Example playbook diff --git a/roles/yarn/defaults/main.yml b/roles/yarn/defaults/main.yaml similarity index 100% rename from roles/yarn/defaults/main.yml rename to roles/yarn/defaults/main.yaml diff --git a/roles/yarn/meta/main.yml b/roles/yarn/meta/main.yaml similarity index 100% rename from roles/yarn/meta/main.yml rename to roles/yarn/meta/main.yaml diff --git a/roles/yarn/tasks/install.yml b/roles/yarn/tasks/install.yaml similarity index 100% rename from roles/yarn/tasks/install.yml rename to roles/yarn/tasks/install.yaml diff --git a/roles/yarn/tasks/main.yml b/roles/yarn/tasks/main.yaml similarity index 61% rename from roles/yarn/tasks/main.yml rename to roles/yarn/tasks/main.yaml index 6d6e54937..3b719e659 100644 --- a/roles/yarn/tasks/main.yml +++ b/roles/yarn/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_yarn - manala_yarn.install diff --git a/roles/zsh/README.md b/roles/zsh/README.md index 5954c68c0..7cd185f53 100644 --- a/roles/zsh/README.md +++ b/roles/zsh/README.md @@ -18,7 +18,7 @@ Installation instructions can be found in the main [README.md](https://github.co ## Role Variables -You can find all variables and default values used by this role in the [defaults/main.yml](./defaults/main.yml) file +You can find all variables and default values used by this role in the [defaults/main.yaml](./defaults/main.yaml) file ### Example diff --git a/roles/zsh/defaults/main.yml b/roles/zsh/defaults/main.yaml similarity index 100% rename from roles/zsh/defaults/main.yml rename to roles/zsh/defaults/main.yaml diff --git a/roles/zsh/meta/main.yml b/roles/zsh/meta/main.yaml similarity index 100% rename from roles/zsh/meta/main.yml rename to roles/zsh/meta/main.yaml diff --git a/roles/zsh/tasks/install.yml b/roles/zsh/tasks/install.yaml similarity index 100% rename from roles/zsh/tasks/install.yml rename to roles/zsh/tasks/install.yaml diff --git a/roles/zsh/tasks/main.yml b/roles/zsh/tasks/main.yaml similarity index 61% rename from roles/zsh/tasks/main.yml rename to roles/zsh/tasks/main.yaml index 37a5b2697..d7fe53ba4 100644 --- a/roles/zsh/tasks/main.yml +++ b/roles/zsh/tasks/main.yaml @@ -1,7 +1,7 @@ --- - name: Install - ansible.builtin.import_tasks: install.yml + ansible.builtin.import_tasks: install.yaml tags: - manala_zsh - manala_zsh.install diff --git a/tests/integration/targets/files_attributes/tasks/main.yml b/tests/integration/targets/files_attributes/tasks/main.yaml similarity index 100% rename from tests/integration/targets/files_attributes/tasks/main.yml rename to tests/integration/targets/files_attributes/tasks/main.yaml